Make WordPress Core

Changeset 7400


Ignore:
Timestamp:
03/19/2008 04:51:43 PM (17 years ago)
Author:
ryan
Message:

Remove dead code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r7338 r7400  
    248248<?php do_action('edit_form_advanced'); ?>
    249249
    250 <?php
    251 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&amp;tab=upload&amp;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 
    260250<h2><?php _e('Advanced Options'); ?></h2>
    261251
Note: See TracChangeset for help on using the changeset viewer.