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

     
    4949                $mce_popups_css = str_replace('http://', 'https://', $mce_popups_css); 
    5050        } 
    5151         
    52         $mce_locale = ( empty(get_locale()) ) ? 'en' : strtolower(get_locale()); 
     52        $mce_locale = ( '' == get_locale() ) ? 'en' : strtolower(get_locale()); 
    5353?> 
    5454 
    5555initArray = {