Ticket #31672: 31672.1.diff
File 31672.1.diff, 305 bytes (added by , 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() { 1460 1460 } 1461 1461 } 1462 1462 } 1463 return $stylesheets;1463 return apply_filters( 'editor_stylesheets', $stylesheets ); 1464 1464 } 1465 1465 1466 1466 /**