BP_Activity_List_Table::no_items()

Display a message on screen when no items are found (e.g. no search matches).


Description Description


Source Source

File: bp-activity/classes/class-bp-activity-list-table.php

	function no_items() {
		_e( 'No activities found.', 'buddypress' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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