Changeset 6769
- Timestamp:
- 01/18/2018 05:36:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/classes/class-bbp-topic-replies-list-table.php
r6760 r6769 34 34 */ 35 35 public function __construct( $args = array() ) { 36 $args = array( 36 37 // Parse arguments 38 $args = bbp_parse_args( $args, array( 37 39 'singular' => 'reply', 38 40 'plural' => 'replies', 39 41 'ajax' => false 40 ); 41 parent::__construct( $args ); 42 } 42 ), 'topic_replies_list_table' ); 43 44 // Construct the list table 45 parent::__construct( $args ); } 43 46 44 47 /**
Note: See TracChangeset
for help on using the changeset viewer.