Changeset 1069 for trunk/wp-admin/edit-page-form.php
- Timestamp:
- 10/12/07 16:21:15 (1 year ago)
- Files:
-
- trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-page-form.php
r1005 r1069 171 171 $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src); 172 172 if ( false != $uploading_iframe_src ) 173 echo '<iframe id="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';173 echo '<iframe id="uploading" name="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>'; 174 174 } 175 175 ?>
