Ticket #31672: 31672.4.diff
File 31672.4.diff, 507 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/theme.php
1499 1499 } 1500 1500 } 1501 1501 } 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 ); 1503 1510 } 1504 1511 1505 1512 /**