Make WordPress Core

Ticket #34721: 34721.patch

File 34721.patch, 528 bytes (added by hnle, 9 years ago)
  • src/wp-includes/class-wp-editor.php

     
    572572                                 *
    573573                                 * @since 2.1.0
    574574                                 *
    575                                  * @param array $stylesheets Comma-delimited list of stylesheets.
     575                                 * @param string $stylesheets Comma-delimited list of stylesheets.
    576576                                 */
    577577                                $mce_css = trim( apply_filters( 'mce_css', implode( ',', $mce_css ) ), ' ,' );
    578578