Ticket #31672: 31672.2.diff
File 31672.2.diff, 483 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/theme.php
1460 1460 } 1461 1461 } 1462 1462 } 1463 return $stylesheets; 1463 /** 1464 * Filter the editor stylesheets. 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 ); 1464 1471 } 1465 1472 1466 1473 /**