Plugin Directory

Changeset 2027493


Ignore:
Timestamp:
02/08/2019 08:39:20 PM (6 years ago)
Author:
jseals
Message:

Edited the settings.php file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sitewide-notice-twdh/trunk/sitewide-notice-twdh-settings.php

    r2027486 r2027493  
    179179              <tr>
    180180                <th scope="row">
    181                 <label for="hide_for_logged_in"><?php _e( 'Hide Banner For Logged-in Users:', 'sitewide-notice-twdh' ); ?></label>
    182                 </th>
    183                 <td>
    184                    <input type="checkbox" name="hide_for_logged_in" <?php if( isset( $values['hide_for_logged_in'] ) && ! empty( $values['hide_for_logged_in'] ) ){ echo 'checked'; } ?> />
    185                 </td>
    186               </tr>
    187 
    188 
    189               <tr>
    190                 <th scope="row">
    191181                  <label for="show_on_top"><?php _e( 'Show Banner On Top Of Screen:', 'sitewide-notice-twdh' ); ?></label>
    192182                </th>
Note: See TracChangeset for help on using the changeset viewer.