Changeset 15196 for trunk/wp-admin/custom-background.php
- Timestamp:
- 06/10/2010 06:28:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r15054 r15196 282 282 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Attachment' ); ?></span></legend> 283 283 <label> 284 <input name="background-attachment" type="radio" value="scroll" <?php checked('scroll', get_theme_mod('background_attachment', ' fixed')); ?> />284 <input name="background-attachment" type="radio" value="scroll" <?php checked('scroll', get_theme_mod('background_attachment', 'scroll')); ?> /> 285 285 <?php _e('Scroll') ?> 286 286 </label> 287 287 <label> 288 <input name="background-attachment" type="radio" value="fixed" <?php checked('fixed', get_theme_mod('background_attachment', ' fixed')); ?> />288 <input name="background-attachment" type="radio" value="fixed" <?php checked('fixed', get_theme_mod('background_attachment', 'scroll')); ?> /> 289 289 <?php _e('Fixed') ?> 290 290 </label>
Note: See TracChangeset
for help on using the changeset viewer.