Changeset 17581
- Timestamp:
- 04/01/2011 10:40:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r17580 r17581 455 455 } 456 456 457 /** #@+457 /** 458 458 * Copies a directory from one location to another via the WordPress Filesystem Abstraction. 459 459 * Assumes that WP_Filesystem() has already been called and setup. … … 461 461 * This is a temporary function for the 3.1 -> 3.2 upgrade only and will be removed in 3.3 462 462 * 463 * @ignore 463 464 * @since 3.2 464 465 * @see copy_dir() … … 508 509 return true; 509 510 } 510 /**#@-*/511 511 512 512 ?>
Note: See TracChangeset
for help on using the changeset viewer.