WP_Media_List_Table::no_items()


Source

File: wp-admin/includes/class-wp-media-list-table.php. View all references

public function no_items() {
	if ( $this->is_trash ) {
		_e( 'No media files found in Trash.' );
	} else {
		_e( 'No media files found.' );
	}
}


Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.