Make WordPress Core


Ignore:
Timestamp:
08/03/2017 03:42:45 PM (6 years ago)
Author:
johnbillion
Message:

General: Fix various instances of incorrect filter docs and incorrect filter and action parameters.

Props keesiemeijer for identifying the issues

See #38462

File:
1 edited

Legend:

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

    r41205 r41219  
    27502750        } else {
    27512751            /** This action is documented in wp-includes/theme.php */
    2752             do_action( 'after_switch_theme', $stylesheet );
     2752            do_action( 'after_switch_theme', $stylesheet, $old_theme );
    27532753        }
    27542754        flush_rewrite_rules();
Note: See TracChangeset for help on using the changeset viewer.