Changeset 13100 for trunk/wp-admin/edit.php
- Timestamp:
- 02/13/2010 08:49:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r12994 r13100 400 400 <p><?php 401 401 if ( isset($_GET['post_status']) && 'trash' == $_GET['post_status'] ) 402 _e( 'No posts found in the trash');402 _e( 'No posts found in the Trash.' ); 403 403 else 404 _e( 'No posts found');404 _e( 'No posts found.' ); 405 405 ?></p> 406 406 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.