Changeset 5323 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/27/2007 12:47:01 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r5257 r5323 195 195 $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src); 196 196 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>'; 198 198 } 199 199 ?>
Note: See TracChangeset
for help on using the changeset viewer.