Changeset 22503
- Timestamp:
- 11/09/2012 11:48:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r22502 r22503 263 263 <?php submit_button( __( 'Upload' ), 'button', 'submit', false ); ?> 264 264 </p> 265 <?php266 $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 ?>270 265 <p> 271 266 <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.