XPressME Integration Kit

Trac

Changeset 439


Ignore:
Timestamp:
Nov 13, 2009, 11:22:35 PM (14 years ago)
Author:
toemon
Message:

ブロックオプション数チェックの除外リストから「最近の記事内容」「最近の記事」「人気記事リスト」「最近のコメント」「ウィジェット」を外す(除外ブロックなし状態) #243

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/class/check_blocks_class.php

    r300 r439  
    218218                $option_arr_2 = explode( '|', $block_obj->getVar('options', 'n') ); 
    219219                 
    220                 $excludes_block = array('widget_block.php','popular_posts_block.php','recent_comments_block.php','recent_posts_content_block.php','recent_posts_list_block.php'); 
     220                $excludes_block = array(); 
    221221                 
    222222                if (in_array($info['file'],$excludes_block)){ 
Note: See TracChangeset for help on using the changeset viewer.