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:
parent
5b19eded00
commit
e38d20165c
@ -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
Block a user