mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 16:08:12 +01:00
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:
parent
143c6a1de8
commit
e956bbebe1
@ -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%",
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user