BP_Groups_List_Table::no_items()
Display a message on screen when no items are found (“No groups found”).
Description Description
Source Source
File: bp-groups/classes/class-bp-groups-list-table.php
public function no_items() { _e( 'No groups found.', 'buddypress' ); }
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |