Changeset 652650
- Timestamp:
- 01/14/2013 09:27:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-favicon/trunk/includes/settings-page/sp-plugin-favicon-settings.php
r627435 r652650 30 30 <input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-button" type="button" name="<?php echo $iconName ?>-button" class="button-secondary" value="<?php _e('Upload') ?>" /> 31 31 <br /> 32 <?php //only display 32 <?php //only display delete checkbox if a favicon was found. 33 33 if(!empty($this->aioFaviconSettings[$iconName])) { ?> 34 34 <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.