Changeset 182 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Apr 20, 2009, 5:33:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r155 r182 28 28 } 29 29 add_action("wp_meta" , "wp_meta_add_xpress_menu"); // add xpress menu in wp_meta 30 31 //Site URL check 32 add_filter('option_home', "safe_site_url_filter"); 33 add_filter('option_siteurl', "safe_site_url_filter"); 34 30 35 31 36 //XOOPS Bloack Cache Refresh … … 71 76 72 77 73 74 78 //The trackback and the pingback are excluded from the count of the comment. 75 79 add_filter('get_comments_number', 'xpress_comment_count', 0);
Note: See TracChangeset
for help on using the changeset viewer.