Make WordPress Core

Changeset 385


Ignore:
Timestamp:
09/25/2003 03:14:52 AM (22 years ago)
Author:
alex_t_king
Message:

hide comments list when viewing a post

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2edit.php

    r378 r385  
    474474        include('wp-edit.showposts.php');
    475475        echo '<br /><br />';
    476         include('wp-edit.showcomments.php');
    477 
     476        if (empty($_REQUEST["p"])) {
     477            include('wp-edit.showcomments.php');
     478        }
     479       
    478480        break;
    479481} // end switch
Note: See TracChangeset for help on using the changeset viewer.