From 656c1c1f0360a59d30cfc99d17a63f81bae42baf Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 17 Jun 2005 00:59:58 +0000 Subject: [PATCH] Don't need to include blog header when you've got wp(). git-svn-id: https://develop.svn.wordpress.org/trunk@2646 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(' ');