- Timestamp:
- Mar 15, 2010, 12:57:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r540 r543 141 141 142 142 // Avoid the failure of the operation when switch_to_blog() and other plugin code is called on the admin page. 143 $excludes = '|global_recent_posts_list_block.php|my_.*_block.php| ';143 $excludes = '|global_recent_posts_list_block.php|my_.*_block.php|global_recent_comments_block.php|'; 144 144 if (preg_match('/' . $excludes . '/' , $func_file)) continue; 145 145
Note: See TracChangeset
for help on using the changeset viewer.