Changeset 12184
- Timestamp:
- 11/13/2009 07:11:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r12162 r12184 365 365 <div class="clear"></div> 366 366 <p><?php 367 if ( 'trash' == $_GET['post_status'] )367 if ( isset($_GET['post_status']) && 'trash' == $_GET['post_status'] ) 368 368 _e('No posts found in the trash'); 369 369 else
Note: See TracChangeset
for help on using the changeset viewer.