Make WordPress Core


Ignore:
Timestamp:
09/07/2006 05:28:29 PM (18 years ago)
Author:
ryan
Message:

Validate good times, come on. Props Viper007Bond. fixes #3113

File:
1 edited

Legend:

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

    r4144 r4169  
    184184    $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
    185185    if ( false != $uploading_iframe_src )
    186         echo '<iframe id="uploading" border="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';
     186        echo '<iframe id="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';
    187187}
    188188?>
Note: See TracChangeset for help on using the changeset viewer.