Fix "No posts found" on media screens, props hakre, fixes #9680
git-svn-id: https://develop.svn.wordpress.org/trunk@11185 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1741eb34e0
commit
c5c67cdaac
@ -202,7 +202,7 @@ foreach ($posts_columns as $column_name => $column_display_name ) {
|
||||
</table>
|
||||
<?php } else { ?>
|
||||
|
||||
<p><?php _e('No posts found.') ?></p>
|
||||
<p><?php _e('No media attachments found.') ?></p>
|
||||
|
||||
<?php
|
||||
} // end if ( have_posts() )
|
||||
|
@ -375,7 +375,7 @@ foreach ($arc_result as $arc_row) {
|
||||
<?php }
|
||||
|
||||
} else { ?>
|
||||
<tr><td colspan="5"><?php _e('No posts found.') ?></td></tr>
|
||||
<tr><td colspan="5"><?php _e('No media attachments found.') ?></td></tr>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user