Changeset 37485 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 05/22/2016 05:21:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r36843 r37485 745 745 746 746 /** 747 * Upgrade the core of WordPress.747 * Upgrades the core of WordPress. 748 748 * 749 749 * This will create a .maintenance file at the base of the WordPress directory … … 751 751 * copied to their locations. 752 752 * 753 * The files in the {@link $_old_files}list will be removed and the new files753 * The files in the `$_old_files` list will be removed and the new files 754 754 * copied from the zip file after the database is upgraded. 755 755 * 756 * The files in the {@link $_new_bundled_files}list will be added to the installation756 * The files in the `$_new_bundled_files` list will be added to the installation 757 757 * if the version is greater than or equal to the old version being upgraded. 758 758 *
Note: See TracChangeset
for help on using the changeset viewer.