mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Don't show button in placeholder row. Props SergeyBiryukov. fixes #16095
git-svn-id: http://svn.automattic.com/wordpress/trunk@17222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a4306e1f57
commit
694e3e9bf3
@ -122,15 +122,6 @@ class WP_Media_List_Table extends WP_List_Table {
|
||||
}
|
||||
|
||||
function no_items() {
|
||||
if ( $this->detached ) {
|
||||
?>
|
||||
<div class="tablenav">
|
||||
<?php $this->extra_tablenav( 'top' ); ?>
|
||||
</div>
|
||||
<br class="clear">
|
||||
<?php
|
||||
}
|
||||
|
||||
_e( 'No media attachments found.' );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user