Consistently hide bulk actions, filters, and subpage links on admin panels when there are no items to show. Fixes #12086
git-svn-id: http://svn.automattic.com/wordpress/trunk@13100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -399,9 +399,9 @@ if ( $page_links )
|
||||
<div class="clear"></div>
|
||||
<p><?php
|
||||
if ( isset($_GET['post_status']) && 'trash' == $_GET['post_status'] )
|
||||
_e('No posts found in the trash');
|
||||
_e( 'No posts found in the Trash.' );
|
||||
else
|
||||
_e('No posts found');
|
||||
_e( 'No posts found.' );
|
||||
?></p>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user