mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fix 'response' column title. Props zeo. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
83cfc820ce
commit
beb9fea0c4
@ -241,7 +241,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
$columns['comment'] = _x( 'Comment', 'column name' );
|
||||
|
||||
if ( 'single' !== $mode )
|
||||
$columns['response'] = _x( 'Comment', 'column name' );
|
||||
$columns['response'] = _x( 'In Response To', 'column name' );
|
||||
|
||||
return $columns;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user