Changeset 1185860
- Timestamp:
- 06/23/2015 01:40:44 AM (11 years ago)
- Location:
- the-welcomizer/trunk/includes
- Files:
-
- 2 edited
-
twiz.class.php (modified) (1 diff)
-
twiz.menu.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
the-welcomizer/trunk/includes/twiz.class.php
r1185849 r1185860 975 975 // Twiz variable configuration 976 976 $this->version = '2.8.1'; 977 $this->cssVersion = '2-8 -1';977 $this->cssVersion = '2-8'; 978 978 $this->pluginDir = $pluginDir; 979 979 $this->nonce = wp_create_nonce('twiz-nonce'); -
the-welcomizer/trunk/includes/twiz.menu.class.php
r1185849 r1185860 1072 1072 break; 1073 1073 } 1074 1075 if( $this->override_network_settings == '1' ){ 1076 1077 $value['ID'] = $value['ID'].'_'.$this->BLOG_ID; 1078 } 1074 1079 1075 1080 $separator_post = '<option value="" disabled="disabled">------------------------------------------------------------------------------------------------------------</option>';
Note: See TracChangeset
for help on using the changeset viewer.