- F633C2F813ADAA7B680EC6F12B1D8BBF1C15E5F942852E67C53924EFE9FC5CF74BEAA65E1131E3BD7CF11EACCE30CD2D8398354FD301EB7084121D62489B205A
+ 421CAF82EAB0FAB79A4E5E0D0D74C06B6E0C590610090CF750CE570E766F322A204D116719E31854B000C9049788512E5EEF6C981027BC1FC198F7E7AA6C8951
mp-wp/wp-includes/functions.php
(2338 . 35)(2338 . 6)
9872 }
9873
9874 /**
9875 * Set the localized direction for MCE plugin.
9876 *
9877 * Will only set the direction to 'rtl', if the WordPress locale has the text
9878 * direction set to 'rtl'.
9879 *
9880 * Fills in the 'directionality', 'plugins', and 'theme_advanced_button1' array
9881 * keys. These keys are then returned in the $input array.
9882 *
9883 * @access private
9884 * @package WordPress
9885 * @subpackage MCE
9886 * @since 2.1.0
9887 *
9888 * @param array $input MCE plugin array.
9889 * @return array Direction set for 'rtl', if needed by locale.
9890 */
9891 function _mce_set_direction( $input ) {
9892 global $wp_locale;
9893
9894 if ( 'rtl' == $wp_locale->text_direction ) {
9895 $input['directionality'] = 'rtl';
9896 $input['plugins'] .= ',directionality';
9897 $input['theme_advanced_buttons1'] .= ',ltr';
9898 }
9899
9900 return $input;
9901 }
9902
9903 /**
9904 * Convert smiley code to the icon graphic file equivalent.
9905 *
9906 * You can turn off smilies, by going to the write setting screen and unchecking