Changeset 6287
- Timestamp:
- 02/08/2017 12:34:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/classes/class-bbp-topic-replies-list-table.php
r6284 r6287 35 35 public function __construct( $args = array() ) { 36 36 $args = array( 37 'singular' => esc_html_x( 'Reply', 'noun', 'bbpress' ),38 'plural' => esc_html__( 'Replies', 'bbpress' ),39 'ajax' => true37 'singular' => 'reply', 38 'plural' => 'replies', 39 'ajax' => false 40 40 ); 41 41 parent::__construct( $args );
Note: See TracChangeset
for help on using the changeset viewer.