Plugin Directory

Changeset 1607060


Ignore:
Timestamp:
03/03/2017 09:41:04 AM (9 years ago)
Author:
webstartup
Message:

Envs Switcher 1.3.0::
Correction bug

Location:
envs-switcher
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • envs-switcher/tags/1.3.0/plugin/admin/page.php

    r1606663 r1607060  
    213213        }
    214214       
    215        
    216        
    217        
    218        
    219        
    220        
    221        
    222        
    223        
    224        
    225        
    226        
    227        
    228        
    229        
    230        
    231215        public function delete_options() {
    232216            $input = get_option('slwsu_envs_switcher_delete_options');
     
    252236        $input = get_option('slwsu_envs_switcher_grouper', 'Grouper');
    253237        echo '<input id="slwsu_envs_switcher_grouper" name="slwsu_envs_switcher_grouper" value="' . $input . '" type="text" class="regular-text" />';
    254         echo '<p class="description">' . __('Specify here the Grouper group to attach', 'ensw') . '&nbsp;<strong><i>' . $this->plugin_nom . '</i></strong>.</p>';
     238        echo '<p class="description">' . __('Specify here the Grouper group to attach', 'ensw') . '&nbsp;<strong><i>Envs Switcher</i></strong>.</p>';
    255239        echo '<p>' . __('WARNING :: changing the value of this field amounts to modifying the name of the parent link in the WordPress admin menu !', 'ensw') . '</p>';
    256240        echo '<p>' . __('You can use this option to isolate this plugin or to add this plugin to an existing Grouper group.', 'ensw') . '</p>';
  • envs-switcher/trunk/plugin/admin/page.php

    r1606663 r1607060  
    213213        }
    214214       
    215        
    216        
    217        
    218        
    219        
    220        
    221        
    222        
    223        
    224        
    225        
    226        
    227        
    228        
    229        
    230        
    231215        public function delete_options() {
    232216            $input = get_option('slwsu_envs_switcher_delete_options');
     
    252236        $input = get_option('slwsu_envs_switcher_grouper', 'Grouper');
    253237        echo '<input id="slwsu_envs_switcher_grouper" name="slwsu_envs_switcher_grouper" value="' . $input . '" type="text" class="regular-text" />';
    254         echo '<p class="description">' . __('Specify here the Grouper group to attach', 'ensw') . '&nbsp;<strong><i>' . $this->plugin_nom . '</i></strong>.</p>';
     238        echo '<p class="description">' . __('Specify here the Grouper group to attach', 'ensw') . '&nbsp;<strong><i>Envs Switcher</i></strong>.</p>';
    255239        echo '<p>' . __('WARNING :: changing the value of this field amounts to modifying the name of the parent link in the WordPress admin menu !', 'ensw') . '</p>';
    256240        echo '<p>' . __('You can use this option to isolate this plugin or to add this plugin to an existing Grouper group.', 'ensw') . '</p>';
Note: See TracChangeset for help on using the changeset viewer.