Changeset 32643 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 05/29/2015 02:05:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r32385 r32643 769 769 * @since 2.7.0 770 770 * 771 * @global WP_Filesystem_Base $wp_filesystem 772 * @global array $_old_files 773 * @global array $_new_bundled_files 774 * @global wpdb $wpdb 775 * @global string $wp_version 776 * @global string $required_php_version 777 * @global string $required_mysql_version 778 * 771 779 * @param string $from New release unzipped path. 772 780 * @param string $to Path to old WordPress installation. … … 811 819 } 812 820 813 // Import $wp_version, $required_php_version, and $required_mysql_version from the new version 814 // $wp_filesystem->wp_content_dir() returned unslashed pre-2.8 821 822 /** 823 * Import $wp_version, $required_php_version, and $required_mysql_version from the new version 824 * $wp_filesystem->wp_content_dir() returned unslashed pre-2.8 825 * 826 * @global string $wp_version 827 * @global string $required_php_version 828 * @global string $required_mysql_version 829 */ 815 830 global $wp_version, $required_php_version, $required_mysql_version; 816 831 … … 1102 1117 * @see copy_dir() 1103 1118 * 1119 * @global WP_Filesystem_Base $wp_filesystem 1120 * 1104 1121 * @param string $from source directory 1105 1122 * @param string $to destination directory … … 1157 1174 * @since 3.3.0 1158 1175 * 1176 * @global string $wp_version 1177 * @global string $pagenow 1178 * @global string $action 1159 1179 */ 1160 1180 function _redirect_to_about_wordpress( $new_version ) { … … 1197 1217 * 1198 1218 * @since 4.2.2 1219 * 1220 * @global array $wp_theme_directories 1221 * @global WP_Filesystem_Base $wp_filesystem 1199 1222 */ 1200 1223 function _upgrade_422_remove_genericons() {
Note: See TracChangeset
for help on using the changeset viewer.