BBP_Topic_Replies_List_Table::no_items()
Message to be displayed when there are no items
Description Description
Source Source
File: includes/admin/classes/class-bbp-topic-replies-list-table.php
public function no_items() {
esc_html_e( 'No replies to this topic.', 'bbpress' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |