Changeset 2384872
- Timestamp:
- 09/19/2020 08:34:33 AM (5 years ago)
- Location:
- onwebchat
- Files:
-
- 2 edited
-
tags/3.2.0/onwebchat.php (modified) (1 diff)
-
trunk/onwebchat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
onwebchat/tags/3.2.0/onwebchat.php
r2384440 r2384872 322 322 <option value="2" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 2 ); ?>>Show on the following pages:</option> 323 323 <option value="3" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 3 ); ?>>Hide on the following pages:</option> 324 <option value="4" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 4 ); ?>>Hide chat widget from all pages :</option>324 <option value="4" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 4 ); ?>>Hide chat widget from all pages</option> 325 325 </select> 326 326 </div> -
onwebchat/trunk/onwebchat.php
r2384440 r2384872 322 322 <option value="2" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 2 ); ?>>Show on the following pages:</option> 323 323 <option value="3" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 3 ); ?>>Hide on the following pages:</option> 324 <option value="4" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 4 ); ?>>Hide chat widget from all pages :</option>324 <option value="4" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 4 ); ?>>Hide chat widget from all pages</option> 325 325 </select> 326 326 </div>
Note: See TracChangeset
for help on using the changeset viewer.