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.
Related posts:
- wordpress url change mysql code I changed the url of my blog again recently here...
- Quickie Howto install the OpenID Wordpress plugin. My friend Dan Spisak was having issues with getting his...
- ugh, wordpress broke. OK, well something broke after my Twas the Night Before...
- OpenID + Wordpress = <3 The pun is a little late for Valentine's day, but...
- test post from Flock. this is my test post from flock. it's using some...



