XPressME Integration Kit

Trac

Changeset 501


Ignore:
Timestamp:
Jan 13, 2010, 2:31:30 PM (14 years ago)
Author:
toemon
Message:

WP2011ベースでアップデート時、拡張ブロックが削除されるバグ修正 Fixes #278

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/xoops_version.php

    r500 r501  
    256256        'func_num'              => $b_no,        
    257257); 
    258 $b_no++; 
    259258if (wp_version_compare($wp_version, '>=','2.3')){ 
     259        $b_no++; 
    260260        $modversion['blocks'][$b_no] = array( 
    261261                'file'                  => 'tag_cloud_block.php' , 
     
    291291        'func_num'              => $b_no,        
    292292); 
    293 $b_no++; 
    294293if (wp_version_compare($wp_version, '>=','2.7')){ 
     294        $b_no++; 
    295295        $modversion['blocks'][$b_no] = array( 
    296296                'file'                  => 'widget_block.php' , 
Note: See TracChangeset for help on using the changeset viewer.