diff --git a/wp-admin/edit.php b/wp-admin/edit.php index ca81418800..cb821a6cb7 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -70,7 +70,7 @@ $what_to_show = 'posts'; $posts_per_page = 15; $posts_per_archive_page = -1; -include(ABSPATH.'wp-blog-header.php'); +wp(); if ( is_month() ) { single_month_title(' ');