Changeset 27998
- Timestamp:
- 04/07/2014 08:13:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r27965 r27998 333 333 * @since 3.9.0 334 334 * 335 * @param int $ new_db_versionThe 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. 337 337 */ 338 338 do_action( 'wp_upgrade', $wp_db_version, $wp_current_db_version );
Note: See TracChangeset
for help on using the changeset viewer.