took the plugin from here
updated to latest GeSHi
went back and fixed up previous posts, and now adding scripts or code to posts, or text will be nice.
# adds an options page to the options menu function SUP_add_options_page() { if(function_exists("add_options_page")) add_options_page("Smart Update Pinger", "Smart Update Pinger", 5, basename(__FILE__), "SUP_show_options_page"); }
1 2 3 4 5 6 | # adds an options page to the options menu function SUP_add_options_page() { if(function_exists("add_options_page")) add_options_page("Smart Update Pinger", "Smart Update Pinger", 5, basename(__FILE__), "SUP_show_options_page"); } |
above code used for example from Smart Update Pinger wordpress plugin.
[tags]wordpress_plugins,hiliter,wordpress[/tags]



