XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 15, 2010, 12:57:14 PM (14 years ago)
Author:
toemon
Message:

MultiBlog用に最近のコメント(全ブログ)を追加 Fixes#306

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php

    r540 r543  
    141141                 
    142142                // 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|'; 
    144144                if (preg_match('/' . $excludes . '/' , $func_file)) continue; 
    145145                 
Note: See TracChangeset for help on using the changeset viewer.