Changeset 4242 for branches/2.0/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/25/2006 02:43:26 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/edit-form-advanced.php
r4229 r4242 227 227 $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src); 228 228 if ( false != $uploading_iframe_src ) 229 echo '<iframe id="uploading" border="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>';229 echo '<iframe id="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>'; 230 230 } 231 231 ?>
Note: See TracChangeset
for help on using the changeset viewer.