Ticket #34721: 34721.patch
File 34721.patch, 528 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/class-wp-editor.php
572 572 * 573 573 * @since 2.1.0 574 574 * 575 * @param array$stylesheets Comma-delimited list of stylesheets.575 * @param string $stylesheets Comma-delimited list of stylesheets. 576 576 */ 577 577 $mce_css = trim( apply_filters( 'mce_css', implode( ',', $mce_css ) ), ' ,' ); 578 578