Fix "No posts found" on media screens, props hakre, fixes #9680

git-svn-id: http://svn.automattic.com/wordpress/trunk@11185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-05-05 02:31:32 +00:00
parent 154896f99d
commit e30370d886
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>