Changeset 48067 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 06/16/2020 09:05:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r47855 r48067 12 12 * 13 13 * @since 2.7.0 14 * 14 15 * @global array $_old_files 15 16 * @var array … … 1315 1316 /** 1316 1317 * Copies a directory from one location to another via the WordPress Filesystem Abstraction. 1318 * 1317 1319 * Assumes that WP_Filesystem() has already been called and setup. 1318 1320 * 1319 * This is a temporary function for the 3.1 -> 3.2 upgrade, as well as for those upgrading to1320 * 3.7+1321 * This is a temporary function for the 3.1 -> 3.2 upgrade, as well as for those 1322 * upgrading to 3.7+. 1321 1323 * 1322 1324 * @ignore 1323 1325 * @since 3.2.0 1324 * @since 3.7.0 Updated not to use a regular expression for the skip list 1326 * @since 3.7.0 Updated not to use a regular expression for the skip list. 1327 * 1325 1328 * @see copy_dir() 1326 1329 *
Note: See TracChangeset
for help on using the changeset viewer.