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:
Andrew Ozz 2009-05-05 02:31:32 +00:00
parent 1741eb34e0
commit c5c67cdaac
2 changed files with 2 additions and 2 deletions

View File

@ -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() )

View File

@ -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>