hide comments list when viewing a post

git-svn-id: https://develop.svn.wordpress.org/trunk@385 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2003-09-25 03:14:52 +00:00
parent 5b19eded00
commit e38d20165c

View File

@ -473,8 +473,10 @@ switch($action) {
include('wp-edit.showposts.php');
echo '<br /><br />';
include('wp-edit.showcomments.php');
if (empty($_REQUEST["p"])) {
include('wp-edit.showcomments.php');
}
break;
} // end switch
/* </Edit> */