Changeset 1607060
- Timestamp:
- 03/03/2017 09:41:04 AM (9 years ago)
- Location:
- envs-switcher
- Files:
-
- 2 edited
-
tags/1.3.0/plugin/admin/page.php (modified) (2 diffs)
-
trunk/plugin/admin/page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
envs-switcher/tags/1.3.0/plugin/admin/page.php
r1606663 r1607060 213 213 } 214 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 215 public function delete_options() { 232 216 $input = get_option('slwsu_envs_switcher_delete_options'); … … 252 236 $input = get_option('slwsu_envs_switcher_grouper', 'Grouper'); 253 237 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') . ' <strong><i> ' . $this->plugin_nom . '</i></strong>.</p>';238 echo '<p class="description">' . __('Specify here the Grouper group to attach', 'ensw') . ' <strong><i>Envs Switcher</i></strong>.</p>'; 255 239 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>'; 256 240 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 213 213 } 214 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 215 public function delete_options() { 232 216 $input = get_option('slwsu_envs_switcher_delete_options'); … … 252 236 $input = get_option('slwsu_envs_switcher_grouper', 'Grouper'); 253 237 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') . ' <strong><i> ' . $this->plugin_nom . '</i></strong>.</p>';238 echo '<p class="description">' . __('Specify here the Grouper group to attach', 'ensw') . ' <strong><i>Envs Switcher</i></strong>.</p>'; 255 239 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>'; 256 240 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.