TinyMCE: Remove duplicate keys and strings from `langs/wp-langs-en.js`.

Props david.binda.
Fixes #49359.
Built from https://develop.svn.wordpress.org/trunk@47172


git-svn-id: http://core.svn.wordpress.org/trunk@46972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-02-04 16:43:07 +00:00
parent 143c6a1de8
commit e956bbebe1
2 changed files with 1 additions and 4 deletions

View File

@ -501,9 +501,6 @@
css: "CSS Class", css: "CSS Class",
adv_link_settings: "Advanced Link Settings", adv_link_settings: "Advanced Link Settings",
link_rel: "Link Rel", link_rel: "Link Rel",
height: "Height",
orig_size: "Original Size",
css: "CSS Class",
s60: "60%", s60: "60%",
s70: "70%", s70: "70%",
s80: "80%", s80: "80%",

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.4-alpha-47171'; $wp_version = '5.4-alpha-47172';
/** /**
* 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.