Changeset 6089 for trunk/src/includes/admin/list-tables/topic-replies.php
- Timestamp:
- 09/05/2016 06:21:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/list-tables/topic-replies.php
r5951 r6089 35 35 public function __construct( $args = array() ) { 36 36 $args = array( 37 'singular' => esc_html_ _( 'Reply','bbpress' ),37 'singular' => esc_html_x( 'Reply', 'noun', 'bbpress' ), 38 38 'plural' => esc_html__( 'Replies', 'bbpress' ), 39 39 'ajax' => true
Note: See TracChangeset
for help on using the changeset viewer.