XPressME Integration Kit

Trac


Ignore:
Timestamp:
Nov 20, 2009, 12:46:12 PM (14 years ago)
Author:
toemon
Message:

ブロックのバージョン管理実装 Fixes #246

File:
1 edited

Legend:

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

    r404 r448  
    3636        var $is_dashboard_forum_disp; 
    3737        var $theme_select; 
     38        var $is_block_error_display; 
    3839        //constructor 
    3940        function XPressME_Class() 
     
    8687                $this->is_dashboard_forum_disp = true; 
    8788                $this->theme_select = 'use_wordpress_select'; 
     89                $this->is_block_error_display = true; 
    8890        } 
    8991         
     
    143145                        'is_dashboard_blog_disp' => $this->is_dashboard_blog_disp, 
    144146                        'is_dashboard_forum_disp' => $this->is_dashboard_forum_disp, 
    145                         'theme_select' => $this->theme_select 
     147                        'theme_select' => $this->theme_select, 
     148                        'is_block_error_display' => $this->is_block_error_display 
    146149                ); 
    147150                if ($mode == 'add_new') { 
Note: See TracChangeset for help on using the changeset viewer.