Make WordPress Core


Ignore:
Timestamp:
02/29/2008 11:27:02 PM (18 years ago)
Author:
ryan
Message:

max width fixes from azaozz. fixes #6051

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r7100 r7114  
    14221422    if ( 'rtl' == $wp_locale->text_direction ) {
    14231423        $input['directionality'] = 'rtl';
    1424         $input['theme_advanced_toolbar_align'] = 'right';
    14251424        $input['plugins'] .= ',directionality';
    1426         $input['theme_advanced_buttons2'] .= ',|,ltr,rtl';
     1425        $input['theme_advanced_buttons1'] .= ',ltr';
    14271426    }
    14281427
Note: See TracChangeset for help on using the changeset viewer.