Changeset 32654 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 05/29/2015 08:16:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r32653 r32654 778 778 * 779 779 * @param string $from New release unzipped path. 780 * @param string $to Path to old WordPress installation.780 * @param string $to Path to old WordPress installation. 781 781 * @return WP_Error|null WP_Error on failure, null on success. 782 782 */ … … 1119 1119 * @global WP_Filesystem_Base $wp_filesystem 1120 1120 * 1121 * @param string $from source directory1122 * @param string $to destination directory1121 * @param string $from source directory 1122 * @param string $to destination directory 1123 1123 * @param array $skip_list a list of files/folders to skip copying 1124 1124 * @return mixed WP_Error on failure, True on success. … … 1177 1177 * @global string $pagenow 1178 1178 * @global string $action 1179 * 1180 * @param string $new_version 1179 1181 */ 1180 1182 function _redirect_to_about_wordpress( $new_version ) {
Note: See TracChangeset
for help on using the changeset viewer.