Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _e() | Display translated text. |
File: wp-admin/includes/class-wp-media-list-table.php
public function no_items() { if ( $this->is_trash ) { _e( 'No media files found in Trash.' ); } else { _e( 'No media files found.' ); } }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_media_list_table/no_items