Make WordPress Core

Changeset 12184


Ignore:
Timestamp:
11/13/2009 07:11:46 AM (16 years ago)
Author:
azaozz
Message:

Fix notice in post.php, props sirzooro, fixes #11132

File:
1 edited

Legend:

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

    r12162 r12184  
    365365<div class="clear"></div>
    366366<p><?php
    367 if ( 'trash' == $_GET['post_status'] )
     367if ( isset($_GET['post_status']) && 'trash' == $_GET['post_status'] )
    368368    _e('No posts found in the trash');
    369369else
Note: See TracChangeset for help on using the changeset viewer.