Make WordPress Core


Ignore:
Timestamp:
05/21/2012 08:34:20 PM (13 years ago)
Author:
ryan
Message:

Feature pointers for choosing an image from the library on the custom header and background pages. see #20554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r20830 r20839  
    589589        $image_library_url = add_query_arg( array( 'context' => 'custom-header', 'TB_iframe' => 1 ), $image_library_url );
    590590    ?>
    591     <span class="howto"><?php _ex( 'or', 'Custom Header: Choose an image from your computer - or - Choose from image library' ); ?></span> <a class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'Choose from image library' ); ?></a>
     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>
    592592</td>
    593593</tr>
Note: See TracChangeset for help on using the changeset viewer.