Make WordPress Core

Changeset 22503


Ignore:
Timestamp:
11/09/2012 11:48:33 AM (12 years ago)
Author:
koopersmith
Message:

Custom Background: Remove dead code for thickbox. see #21818, #21390.

File:
1 edited

Legend:

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

    r22502 r22503  
    263263        <?php submit_button( __( 'Upload' ), 'button', 'submit', false ); ?>
    264264    </p>
    265     <?php
    266         $image_library_url = get_upload_iframe_src( 'image', null, 'library' );
    267         $image_library_url = remove_query_arg( 'TB_iframe', $image_library_url );
    268         $image_library_url = add_query_arg( array( 'context' => 'custom-background', 'TB_iframe' => 1 ), $image_library_url );
    269     ?>
    270265    <p>
    271266        <label for="choose-from-library-link"><?php _e( 'Or choose an image from your media library:' ); ?></label><br />
Note: See TracChangeset for help on using the changeset viewer.