Changeset 35660
- Timestamp:
- 11/18/2015 05:06:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r35397 r35660 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 ) ), ' ,' );
Note: See TracChangeset
for help on using the changeset viewer.