I18N: Merge duplicate "Column" strings, remove unnecessary context.
Props ramiy, justinahinon, garrett-eclipse, audrasjb. Fixes #47259. Built from https://develop.svn.wordpress.org/trunk@49541 git-svn-id: http://core.svn.wordpress.org/trunk@49279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c5607307f
commit
2d8633bf22
|
@ -1300,8 +1300,8 @@ final class _WP_Editors {
|
||||||
|
|
||||||
'Row' => __( 'Row' ),
|
'Row' => __( 'Row' ),
|
||||||
'Rows' => __( 'Rows' ),
|
'Rows' => __( 'Rows' ),
|
||||||
'Column' => _x( 'Column', 'table column' ),
|
'Column' => __( 'Column' ),
|
||||||
'Cols' => _x( 'Cols', 'table columns' ),
|
'Cols' => __( 'Columns' ),
|
||||||
'Cell' => _x( 'Cell', 'table cell' ),
|
'Cell' => _x( 'Cell', 'table cell' ),
|
||||||
'Header cell' => __( 'Header cell' ),
|
'Header cell' => __( 'Header cell' ),
|
||||||
'Header' => _x( 'Header', 'table header' ),
|
'Header' => _x( 'Header', 'table header' ),
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.6-beta3-49540';
|
$wp_version = '5.6-beta3-49541';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue