Make WordPress Core


Ignore:
Timestamp:
04/21/2015 02:22:15 PM (9 years ago)
Author:
helen
Message:

Rename the pre_wp_prepare_themes_for_js filter to pre_prepare_themes_for_js.

props DrewAPicture.
fixes #31789.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r32134 r32246  
    422422     * @param string     $current_theme   The current theme slug.
    423423     */
    424     $prepared_themes = (array) apply_filters( 'pre_wp_prepare_themes_for_js', array(), $themes, $current_theme );
     424    $prepared_themes = (array) apply_filters( 'pre_prepare_themes_for_js', array(), $themes, $current_theme );
    425425
    426426    if ( ! empty( $prepared_themes ) ) {
Note: See TracChangeset for help on using the changeset viewer.