From 927abeccef64b245a70926000c5895e57b0fdaa4 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 24 May 2003 23:45:19 +0000 Subject: [PATCH] No need to show the excerpt right here. git-svn-id: https://develop.svn.wordpress.org/trunk@92 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 "";