XPressME Integration Kit

Trac

Changeset 194


Ignore:
Timestamp:
Apr 24, 2009, 12:19:35 AM (15 years ago)
Author:
toemon
Message:

#116 ウィジェットとタグクラウドブロックを表示するとエラーになるバグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/blocks/widget_block.php

    r183 r194  
    1212' ) ; 
    1313 
    14 if( ! defined( 'XPRESS_TAG_CLOUD_BLOCK_INCLUDED' ) ) { 
    15         define( 'XPRESS_TAG_CLOUD_BLOCK_INCLUDED' , 1 ) ; 
     14if( ! defined( 'XPRESS_WIDGET_BLOCK_INCLUDED' ) ) { 
     15        define( 'XPRESS_WIDGET_BLOCK_INCLUDED' , 1 ) ; 
    1616         
    1717        function _b_widget_edit($options) 
Note: See TracChangeset for help on using the changeset viewer.