hide comments list when viewing a post

git-svn-id: http://svn.automattic.com/wordpress/trunk@385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2003-09-25 03:14:52 +00:00
parent a8acf0b598
commit bb1251c43e
1 changed files with 4 additions and 2 deletions

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> */