Ticket #30187: filter.class-wp-editor.php.diff
File filter.class-wp-editor.php.diff, 616 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/class-wp-editor.php
527 531 * 528 532 * @param array $stylesheets Comma-delimited list of stylesheets. 529 533 */ 530 $mce_css = trim( apply_filters( 'mce_css', implode( ',', $mce_css ) ), ' ,' );534 $mce_css = trim( apply_filters( 'mce_css', implode( ',', $mce_css ), $set ), ' ,' ); 531 535 532 536 if ( ! empty($mce_css) ) 533 537 self::$first_init['content_css'] = $mce_css; 538 No newline at end of file