mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
Fix 'response' column title. Props zeo. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@16355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e496292ae5
commit
e875f0f5da
@ -241,7 +241,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
|||||||
$columns['comment'] = _x( 'Comment', 'column name' );
|
$columns['comment'] = _x( 'Comment', 'column name' );
|
||||||
|
|
||||||
if ( 'single' !== $mode )
|
if ( 'single' !== $mode )
|
||||||
$columns['response'] = _x( 'Comment', 'column name' );
|
$columns['response'] = _x( 'In Response To', 'column name' );
|
||||||
|
|
||||||
return $columns;
|
return $columns;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user