Make WordPress Core

Ticket #31672: 31672.1.diff

File 31672.1.diff, 305 bytes (added by danielbachhuber, 10 years ago)
  • wp-includes/theme.php

    diff --git wp-includes/theme.php wp-includes/theme.php
    index ac52fba..790a79a 100644
    function get_editor_stylesheets() { 
    14601460                        }
    14611461                }
    14621462        }
    1463         return $stylesheets;
     1463        return apply_filters( 'editor_stylesheets', $stylesheets );
    14641464}
    14651465
    14661466/**