XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 17, 2010, 3:05:20 PM (14 years ago)
Author:
toemon
Message:

MultiBlog用に人気記事リスト(全ブログ)を追加 Fixes#310

Location:
trunk/xpressme_integration_kit/wp-content
Files:
1 added
1 edited

Legend:

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

    r549 r552  
    146146                 
    147147                // 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|'; 
    149149                if (preg_match('/' . $excludes . '/' , $func_file)) continue; 
    150150                 
Note: See TracChangeset for help on using the changeset viewer.