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:
parent
a8acf0b598
commit
bb1251c43e
|
@ -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> */
|
||||
|
|
Loading…
Reference in New Issue