Plugin Directory

Changeset 1185860


Ignore:
Timestamp:
06/23/2015 01:40:44 AM (11 years ago)
Author:
sebwordpress
Message:

Updated trunk - Fixed section_id on a multisite installation.

Location:
the-welcomizer/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • the-welcomizer/trunk/includes/twiz.class.php

    r1185849 r1185860  
    975975            // Twiz variable configuration
    976976            $this->version    = '2.8.1';
    977             $this->cssVersion = '2-8-1';
     977            $this->cssVersion = '2-8';
    978978            $this->pluginDir  = $pluginDir;
    979979            $this->nonce      = wp_create_nonce('twiz-nonce');
  • the-welcomizer/trunk/includes/twiz.menu.class.php

    r1185849 r1185860  
    10721072                break;
    10731073            }
     1074           
     1075            if( $this->override_network_settings == '1' ){
     1076
     1077                $value['ID'] = $value['ID'].'_'.$this->BLOG_ID;
     1078            } 
    10741079           
    10751080            $separator_post = '<option value="" disabled="disabled">------------------------------------------------------------------------------------------------------------</option>';
Note: See TracChangeset for help on using the changeset viewer.