diff --git a/wp-admin/categories.php b/wp-admin/categories.php index f821ed517f..0803ea5c27 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -131,7 +131,7 @@ $messages[4] = __('Category not added.'); $messages[5] = __('Category not updated.'); ?> - +

diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 5556e67994..091da30e8d 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -81,7 +81,7 @@ $post_id = isset($_GET['p']) ? (int) $_GET['p'] : 0; $search_dirty = ( isset($_GET['s']) ) ? $_GET['s'] : ''; $search = attribute_escape( $search_dirty ); ?> - +

diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index f97e70b974..48ce303c9d 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -471,8 +471,7 @@ add_meta_box('revisionsdiv', __('Post Revisions'), 'post_revisions_meta_box', 'p endif; ?> - - + diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index 10a274d2ee..25aa95871e 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -60,7 +60,7 @@ $messages[4] = __('Category not added.'); $messages[5] = __('Category not updated.'); $messages[6] = __('Categories deleted.'); ?> - +

diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index 6a84c2750a..e4399e5b98 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -309,7 +309,7 @@ function link_advanced_meta_box($link) { } add_meta_box('linkadvanceddiv', __('Advanced'), 'link_advanced_meta_box', 'link', 'normal', 'core'); ?> - +

diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 573d805f05..be51e5f01c 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -376,7 +376,7 @@ add_meta_box('revisionsdiv', __('Page Revisions'), 'page_revisions_meta_box', 'p endif; ?> - +

diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 302bf8bcee..17d0e90026 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -100,7 +100,7 @@ if ( is_singular() ) { require_once('admin-header.php'); ?> - +

diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 526b41b95e..02bc1e19a0 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -129,7 +129,7 @@ $messages[4] = __('Tag not added.'); $messages[5] = __('Tag not updated.'); $messages[6] = __('Tags deleted.'); ?> - +

diff --git a/wp-admin/edit.php b/wp-admin/edit.php index f7a8ae443e..021c31359f 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -90,7 +90,7 @@ if ( empty($_GET['mode']) ) else $mode = attribute_escape($_GET['mode']); ?> - +

diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 9b3cb8d803..25c7f1e50f 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3122,10 +3122,10 @@ function _post_states($post) { } } -function screen_options($screen, $metabox = false) { +function screen_meta($screen, $metabox = false, $page = '') { ?> -
-