Make WordPress Core

Changeset 27998


Ignore:
Timestamp:
04/07/2014 08:13:00 PM (10 years ago)
Author:
DrewAPicture
Message:

Use the correct parameter variables in the hook docs for wp_upgrade.

See #27700.

File:
1 edited

Legend:

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

    r27965 r27998  
    333333     * @since 3.9.0
    334334     *
    335      * @param int $new_db_version The new $wp_db_version.
    336      * @param int $old_db_version The old $wp_db_version.
     335     * @param int $wp_db_version        The new $wp_db_version.
     336     * @param int $wp_current_db_version The old (current) $wp_db_version.
    337337     */
    338338    do_action( 'wp_upgrade', $wp_db_version, $wp_current_db_version );
Note: See TracChangeset for help on using the changeset viewer.