Make WordPress Core


Ignore:
Timestamp:
04/27/2007 12:47:01 AM (19 years ago)
Author:
rob1n
Message:

Add id attribute where it's only name. fixes #3696

File:
1 edited

Legend:

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

    r5257 r5323  
    195195    $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
    196196    if ( false != $uploading_iframe_src )
    197         echo '<iframe id="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';
     197        echo '<iframe id="uploading" name="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';
    198198}
    199199?>
Note: See TracChangeset for help on using the changeset viewer.