Changeset 126
- Timestamp:
- 04/13/06 23:32:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/test.php
r103 r126 4 4 */ 5 5 register_plugin("test", "text_output"); 6 register_admin_plugin("test", "text_output"); 7 6 if (function_exists("register_admin_plugin")) { 7 register_admin_plugin("test", "text_output"); 8 } 8 9 /* function to run when this plugin kicks in */ 9 10 /* name is plugin_pluginname */
