Changeset 488 for branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Dec 15, 2009, 4:52:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php
r451 r488 71 71 } 72 72 add_action("wp_meta" , "wp_meta_add_xpress_menu"); // add xpress menu in wp_meta 73 74 //Site URL check75 add_filter('option_home', "safe_site_url_filter");76 add_filter('option_siteurl', "safe_site_url_filter");77 78 73 79 74 //XOOPS Bloack Cache Refresh … … 301 296 302 297 include_once dirname( __FILE__ ).'/include/dashboard_feed.php' ; 303 304 include_once dirname( __FILE__ ).'/xpressme_widget_class.php' ;305 298 if(xpress_is_wp_version('>=','2.8')){ 299 include_once dirname( __FILE__ ).'/xpressme_widget_class.php' ; 300 } 306 301 ?>
Note: See TracChangeset
for help on using the changeset viewer.