Ticket #20737: 20737.diff
File 20737.diff, 1.8 KB (added by , 13 years ago) |
---|
-
wp-admin/custom-header.php
588 588 $image_library_url = remove_query_arg( 'TB_iframe', $image_library_url ); 589 589 $image_library_url = add_query_arg( array( 'context' => 'custom-header', 'TB_iframe' => 1 ), $image_library_url ); 590 590 ?> 591 < span class="howto"><?php _ex( 'or', 'Custom Header: Choose an image from your computer - or - Choose from image library' ); ?></span> <a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'Choose from image library' ); ?></a>591 <?php _ex( 'or', 'Custom Header: Choose an image from your computer - or - Choose from image library' ); ?>< a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'choose from image library' ); ?></a> 592 592 </td> 593 593 </tr> 594 594 <?php endif; ?> -
wp-admin/custom-background.php
260 260 $image_library_url = add_query_arg( array( 'context' => 'custom-background', 'TB_iframe' => 1 ), $image_library_url ); 261 261 ?> 262 262 </form> 263 < span class="howto"><?php _ex( 'or', 'Custom Background: Choose an image from your computer - or - Choose from image library' ); ?></span> <a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'Choose from image library' ); ?></a>263 <?php _ex( 'or', 'Custom Background: Choose an image from your computer - or - Choose from image library' ); ?> <a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'choose from image library' ); ?></a> 264 264 </td> 265 265 </tr> 266 266 </tbody>