Changeset 451 for branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php
- Timestamp:
- Nov 20, 2009, 2:52:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_class.php
r406 r451 36 36 var $is_dashboard_forum_disp; 37 37 var $theme_select; 38 var $is_block_error_display; 38 39 //constructor 39 40 function XPressME_Class() … … 86 87 $this->is_dashboard_forum_disp = true; 87 88 $this->theme_select = 'use_wordpress_select'; 89 $this->is_block_error_display = true; 88 90 } 89 91 … … 143 145 'is_dashboard_blog_disp' => $this->is_dashboard_blog_disp, 144 146 '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 146 149 ); 147 150 if ($mode == 'add_new') {
Note: See TracChangeset
for help on using the changeset viewer.