diff options
Diffstat (limited to 'wp-admin/edit-page-form.php')
| -rw-r--r-- | wp-admin/edit-page-form.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index aea02c8..d68e71b 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -159,7 +159,7 @@ if (current_user_can('upload_files')) { $uploading_iframe_src = wp_nonce_url("inline-uploading.php?action=view&post=$uploading_iframe_ID", 'inlineuploading'); $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src); if ( false != $uploading_iframe_src ) - echo '<iframe id="uploading" border="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>'; + echo '<iframe id="uploading" frameborder="0" src="' . $uploading_iframe_src . '">' . __('This feature requires iframe support.') . '</iframe>'; } ?> @@ -191,8 +191,8 @@ list_meta($metadata); if ( current_user_can('delete_page', $post->ID) ) ?> <input name="deletepost" class="button" type="submit" id="deletepost" tabindex="10" value="<?php _e('Delete this page') ?>" <?php echo "onclick=\"if ( confirm('" . sprintf(__("You are about to delete this page \'%s\'\\n \'Cancel\' to stop, \'OK\' to delete."), js_escape($post->post_title) ) . "') ) { document.forms.post._wpnonce.value = '$delete_nonce'; return true;}return false;\""; ?> /> <?php endif; ?> -</form> - </div> +</form> + </div> |
