Changeset 479215
- Timestamp:
- 12/22/2011 12:44:27 PM (14 years ago)
- Location:
- simple-portfolio
- Files:
-
- 2 edited
-
tags/2.0/extends/settings-panel.php (modified) (1 diff)
-
trunk/extends/settings-panel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-portfolio/tags/2.0/extends/settings-panel.php
r477518 r479215 179 179 <p><?php _e("Give plugin developer credits", 'simple-portfolio'); ?></p> 180 180 <p> 181 <label for="show-credits" title="<?php echo _e(' dasdsad', 'simple-portfolio'); ?>">181 <label for="show-credits" title="<?php echo _e('Show some ♥ :)', 'simple-portfolio'); ?>"> 182 182 <input type="checkbox" name="show-credits" id="show-credits" value="1" <?php checked('1', get_option('show-credits')); ?> /> 183 183 <span><?php _e("Yes, I'm glad with this plugin and I'd like to output the plugin credits in my HTML source", 'simple-portfolio'); ?></span> -
simple-portfolio/trunk/extends/settings-panel.php
r477518 r479215 179 179 <p><?php _e("Give plugin developer credits", 'simple-portfolio'); ?></p> 180 180 <p> 181 <label for="show-credits" title="<?php echo _e(' dasdsad', 'simple-portfolio'); ?>">181 <label for="show-credits" title="<?php echo _e('Show some ♥ :)', 'simple-portfolio'); ?>"> 182 182 <input type="checkbox" name="show-credits" id="show-credits" value="1" <?php checked('1', get_option('show-credits')); ?> /> 183 183 <span><?php _e("Yes, I'm glad with this plugin and I'd like to output the plugin credits in my HTML source", 'simple-portfolio'); ?></span>
Note: See TracChangeset
for help on using the changeset viewer.