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:
parent
154896f99d
commit
e30370d886
|
@ -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…
Reference in New Issue