Make WordPress Core

Ticket #31672: 31672.3.diff

File 31672.3.diff, 507 bytes (added by MikeHansenMe, 10 years ago)
  • src/wp-includes/theme.php

     
    14601460                        }
    14611461                }
    14621462        }
    1463         return $stylesheets;
     1463        /**
     1464         * Filter the array of stylesheets applied to the editor.
     1465         *
     1466         * @since 4.2.0
     1467         *
     1468         * @param array $stylesheets Array of stylesheets to be applied to the editor.
     1469         */
     1470        return apply_filters( 'editor_stylesheets', $stylesheets );
    14641471}
    14651472
    14661473/**