Make WordPress Core


Ignore:
Timestamp:
02/27/2015 08:20:31 PM (10 years ago)
Author:
azaozz
Message:

PressThis TinyMCE: set 'directionality' and add the LTR button when in RTL. Fixes #31474.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r31418 r31580  
    176176add_filter( 'option_siteurl',           '_config_wp_siteurl'                  );
    177177add_filter( 'tiny_mce_before_init',     '_mce_set_direction'                  );
     178add_filter( 'teeny_mce_before_init',    '_mce_set_direction'                  );
    178179add_filter( 'pre_kses',                 'wp_pre_kses_less_than'               );
    179180add_filter( 'sanitize_title',           'sanitize_title_with_dashes',   10, 3 );
Note: See TracChangeset for help on using the changeset viewer.