Ticket #25948: 25948.8.diff
File 25948.8.diff, 382 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/includes/theme.php
421 421 ); 422 422 } 423 423 424 return $prepared_themes;424 return apply_filters( 'wp_prepare_themes_for_js', $prepared_themes, $themes ); 425 425 } 426 No newline at end of file