Plugin Directory

Changeset 2384872


Ignore:
Timestamp:
09/19/2020 08:34:33 AM (5 years ago)
Author:
onwebchat_dev
Message:

text updated

Location:
onwebchat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • onwebchat/tags/3.2.0/onwebchat.php

    r2384440 r2384872  
    322322                        <option value="2" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 2 ); ?>>Show on the following pages:</option>
    323323                        <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>
    325325                    </select>
    326326                </div>
  • onwebchat/trunk/onwebchat.php

    r2384440 r2384872  
    322322                        <option value="2" <?php selected( get_option('onwebchat_plugin_option_pages_select'), 2 ); ?>>Show on the following pages:</option>
    323323                        <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>
    325325                    </select>
    326326                </div>
Note: See TracChangeset for help on using the changeset viewer.