Make WordPress Core

Changeset 35660


Ignore:
Timestamp:
11/18/2015 05:06:22 PM (9 years ago)
Author:
johnbillion
Message:

Correct the parameter type for the $stylesheet parameter in the mce_css filter documentation.

Fixes #34721
Props hnle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r35397 r35660  
    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 ) ), ' ,' );
Note: See TracChangeset for help on using the changeset viewer.