Make WordPress Core

Ticket #31672: 31672.4.diff

File 31672.4.diff, 507 bytes (added by MikeHansenMe, 10 years ago)

updated @since to 4.3.0

  • src/wp-includes/theme.php

     
    14991499                        }
    15001500                }
    15011501        }
    1502         return $stylesheets;
     1502        /**
     1503         * Filter the array of stylesheets applied to the editor.
     1504         *
     1505         * @since 4.3.0
     1506         *
     1507         * @param array $stylesheets Array of stylesheets to be applied to the editor.
     1508         */
     1509        return apply_filters( 'editor_stylesheets', $stylesheets );
    15031510}
    15041511
    15051512/**