Changeset 4169 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/07/2006 05:28:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r4144 r4169 184 184 $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src); 185 185 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>'; 187 187 } 188 188 ?>
Note: See TracChangeset
for help on using the changeset viewer.