From 0041c3e77ee292ac6d1e0e9dfff938ae4e97d8a6 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sat, 24 May 2003 23:45:19 +0000 Subject: [PATCH] No need to show the excerpt right here. git-svn-id: http://svn.automattic.com/wordpress/trunk@92 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/b2edit.showposts.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/wp-admin/b2edit.showposts.php b/wp-admin/b2edit.showposts.php index 2a688a1234..859fc0add8 100644 --- a/wp-admin/b2edit.showposts.php +++ b/wp-admin/b2edit.showposts.php @@ -251,14 +251,6 @@ if ($i == "ASC") "; - the_excerpt(); - echo '
'; - if ($safe_mode) - echo ""; - ?> - "; the_content(); if ($safe_mode) echo "";