Plugin Directory

Changeset 652650


Ignore:
Timestamp:
01/14/2013 09:27:40 PM (13 years ago)
Author:
techotronic
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-favicon/trunk/includes/settings-page/sp-plugin-favicon-settings.php

    r627435 r652650  
    3030                    <input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-button" type="button" name="<?php echo $iconName ?>-button" class="button-secondary" value="<?php _e('Upload') ?>" />
    3131                    <br />
    32                     <?php //only display
     32                    <?php //only display delete checkbox if a favicon was found.
    3333                    if(!empty($this->aioFaviconSettings[$iconName])) { ?>
    3434                    <input type="checkbox" name="delete-<?php echo $iconName ?>"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
Note: See TracChangeset for help on using the changeset viewer.