Ticket #12699: fr.diff
| File fr.diff, 1.2 KB (added by meheranandk, 3 years ago) |
|---|
-
wp-admin/custom-background.php
187 187 <label> 188 188 <input name="background-position" type="radio" value="left" <?php checked('left', get_theme_mod('background_position', 'left')); ?> /> 189 189 <?php _e('Left') ?> 190 </label> 190 </label><br/> 191 191 <label> 192 192 <input name="background-position" type="radio" value="center" <?php checked('center', get_theme_mod('background_position', 'left')); ?> /> 193 193 <?php _e('Center') ?> 194 </label> 194 </label><br/> 195 195 <label> 196 196 <input name="background-position" type="radio" value="right" <?php checked('right', get_theme_mod('background_position', 'left')); ?> /> 197 197 <?php _e('Right') ?> … … 213 213 <label> 214 214 <input name="background-attachment" type="radio" value="scroll" <?php checked('scroll', get_theme_mod('background_attachment', 'fixed')); ?> /> 215 215 <?php _e('Scroll') ?> 216 </label> 216 </label><br/> 217 217 <label> 218 218 <input name="background-attachment" type="radio" value="fixed" <?php checked('fixed', get_theme_mod('background_attachment', 'fixed')); ?> /> 219 219 <?php _e('Fixed') ?>
