Make WordPress Core

Ticket #25948: 25948.8.diff

File 25948.8.diff, 382 bytes (added by kovshenin, 11 years ago)
  • src/wp-admin/includes/theme.php

     
    421421                );
    422422        }
    423423
    424         return $prepared_themes;
     424        return apply_filters( 'wp_prepare_themes_for_js', $prepared_themes, $themes );
    425425}
     426 No newline at end of file