Editor: Merge two strings.
Props pavelevap. See #27756. git-svn-id: https://develop.svn.wordpress.org/trunk@37441 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
999af2444c
commit
54ede3d3fc
|
@ -847,7 +847,7 @@ final class _WP_Editors {
|
|||
'Clear formatting' => __( 'Clear formatting' ),
|
||||
'Bold' => __( 'Bold' ),
|
||||
'Italic' => __( 'Italic' ),
|
||||
'Code' => _x( 'Code', 'editor button' ),
|
||||
'Code' => __( 'Code' ),
|
||||
'Source code' => __( 'Source code' ),
|
||||
'Font Family' => __( 'Font Family' ),
|
||||
'Font Sizes' => __( 'Font Sizes' ),
|
||||
|
|
Loading…
Reference in New Issue