Ticket #4118: tiny_mce_config.php.diff
| File tiny_mce_config.php.diff, 512 bytes (added by filosofo , 5 years ago) |
|---|
-
wp-includes/js/tinymce/tiny_mce_config.php
49 49 $mce_popups_css = str_replace('http://', 'https://', $mce_popups_css); 50 50 } 51 51 52 $mce_locale = ( empty(get_locale()) ) ? 'en' : strtolower(get_locale());52 $mce_locale = ( '' == get_locale() ) ? 'en' : strtolower(get_locale()); 53 53 ?> 54 54 55 55 initArray = {
