- Timestamp:
- Mar 17, 2010, 3:05:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r549 r552 146 146 147 147 // Avoid the failure of the operation when switch_to_blog() and other plugin code is called on the admin page. 148 $excludes = '|global_recent_posts_list_block.php|my_.*_block.php|global_recent_comments_block.php| ';148 $excludes = '|global_recent_posts_list_block.php|my_.*_block.php|global_recent_comments_block.php|global_popular_posts_block.php|'; 149 149 if (preg_match('/' . $excludes . '/' , $func_file)) continue; 150 150
Note: See TracChangeset
for help on using the changeset viewer.