Changeset 7400
- Timestamp:
- 03/19/2008 04:51:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r7338 r7400 248 248 <?php do_action('edit_form_advanced'); ?> 249 249 250 <?php251 if (current_user_can('upload_files') && false) {252 $uploading_iframe_ID = (int) (0 == $post_ID ? $temp_ID : $post_ID);253 $uploading_iframe_src = wp_nonce_url("upload.php?style=inline&tab=upload&post_id=$uploading_iframe_ID", 'inlineuploading');254 $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);255 if ( false != $uploading_iframe_src )256 echo '<iframe id="uploading" name="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';257 }258 ?>259 260 250 <h2><?php _e('Advanced Options'); ?></h2> 261 251
Note: See TracChangeset
for help on using the changeset viewer.