WP_Media_List_Table::no_items()

Source

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

User Contributed Notes

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