Ticket #18900: 18900-header-bg.diff
File 18900-header-bg.diff, 1.6 KB (added by , 12 years ago) |
---|
-
wp-admin/custom-header.php
540 540 ?> 541 541 <p> 542 542 <label for="choose-from-library-link"><?php _e( 'Or choose an image from your media library:' ); ?></label><br /> 543 <a id="choose-from-library-link" class="button thickbox" href="<?php echo esc_url( $image_library_url ); ?>"><?php _e( 'Choose Image' ); ?></a> 543 <a id="choose-from-library-link" class="button thickbox hide-if-no-js" href="<?php echo esc_url( $image_library_url ); ?>"><?php _e( 'Choose Image' ); ?></a> 544 <p class="hide-if-js"><strong><?php _e( 'You need Javascript to choose a header image from the Media Library.' ); ?></strong></p> 544 545 </p> 545 546 </form> 546 547 </td> -
wp-admin/custom-background.php
269 269 ?> 270 270 <p> 271 271 <label for="choose-from-library-link"><?php _e( 'Or choose an image from your media library:' ); ?></label><br /> 272 <a id="choose-from-library-link" class="button thickbox" href="<?php echo esc_url( $image_library_url ); ?>"><?php _e( 'Choose Image' ); ?></a> 272 <a id="choose-from-library-link" class="button thickbox hide-if-no-js" href="<?php echo esc_url( $image_library_url ); ?>"><?php _e( 'Choose Image' ); ?></a> 273 <p class="hide-if-js"><strong><?php _e( 'You need Javascript to choose a background image from the Media Library.' ); ?></strong></p> 273 274 </p> 274 275 </form> 275 276 </td>