Ticket #23433: custom-background-selector-label-change.patch
| File custom-background-selector-label-change.patch, 952 bytes (added by xibe, 3 months ago) |
|---|
-
wp-admin/custom-background.php
301 301 </tr> 302 302 303 303 <tr valign="top"> 304 <th scope="row"><?php _e( ' Attachment' ); ?></th>304 <th scope="row"><?php _e( 'Behaviour when scrolling' ); ?></th> 305 305 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Attachment' ); ?></span></legend> 306 306 <label> 307 307 <input name="background-attachment" type="radio" value="scroll" <?php checked('scroll', get_theme_mod('background_attachment', 'scroll')); ?> /> 308 <?php _e( 'Scroll') ?>308 <?php _e( 'Scroll along' ) ?> 309 309 </label> 310 310 <label> 311 311 <input name="background-attachment" type="radio" value="fixed" <?php checked('fixed', get_theme_mod('background_attachment', 'scroll')); ?> /> 312 <?php _e( 'Fixed') ?>312 <?php _e( 'Keep in place' ) ?> 313 313 </label> 314 314 </fieldset></td> 315 315 </tr>
