Make WordPress Core


Ignore:
Timestamp:
11/05/2012 05:59:52 PM (13 years ago)
Author:
nacin
Message:

Patch TinyMCE to not strip the zero-width u200B space, which the Khmer language uses. for the 3.4 branch. fixes #21025.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.4/wp-includes/version.php

    r21966 r22372  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.4.3-alpha';
     7$wp_version = '3.4.3-beta1';
    88
    99/**
     
    1919 * @global string $tinymce_version
    2020 */
    21 $tinymce_version = '349-21274';
     21$tinymce_version = '349-22371';
    2222
    2323/**
Note: See TracChangeset for help on using the changeset viewer.