- Timestamp:
- 07/26/2015 11:35:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r33270 r33436 358 358 $columns['comment'] = _x( 'Comment', 'column name' ); 359 359 360 if ( !$post_id ) 361 $columns['response'] = _x( 'In Response To', 'column name' ); 360 if ( ! $post_id ) { 361 /* translators: column name or table row header */ 362 $columns['response'] = __( 'In Response To' ); 363 } 362 364 363 365 return $columns;
Note: See TracChangeset
for help on using the changeset viewer.