mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
max width fixes from azaozz. fixes #6051
git-svn-id: https://develop.svn.wordpress.org/trunk@7114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1421,9 +1421,8 @@ function _mce_set_direction( $input ) {
|
||||
|
||||
if ( 'rtl' == $wp_locale->text_direction ) {
|
||||
$input['directionality'] = 'rtl';
|
||||
$input['theme_advanced_toolbar_align'] = 'right';
|
||||
$input['plugins'] .= ',directionality';
|
||||
$input['theme_advanced_buttons2'] .= ',|,ltr,rtl';
|
||||
$input['theme_advanced_buttons1'] .= ',ltr';
|
||||
}
|
||||
|
||||
return $input;
|
||||
|
||||
Reference in New Issue
Block a user