Skip to content

Commit 0f4774c

Browse files
committed
Patch TinyMCE to not strip the zero-width u200B space, which the Khmer language uses. for the 3.4 branch. fixes #21025.
git-svn-id: https://develop.svn.wordpress.org/branches/3.4@22372 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 37d6416 commit 0f4774c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

wp-includes/js/tinymce/tiny_mce.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-24 Bytes
Binary file not shown.

wp-includes/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @global string $wp_version
66
*/
7-
$wp_version = '3.4.3-alpha';
7+
$wp_version = '3.4.3-beta1';
88

99
/**
1010
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
@@ -18,7 +18,7 @@
1818
*
1919
* @global string $tinymce_version
2020
*/
21-
$tinymce_version = '349-21274';
21+
$tinymce_version = '349-22371';
2222

2323
/**
2424
* Holds the cache manifest version

0 commit comments

Comments
 (0)