Changeset 32871
- Timestamp:
- 06/19/2015 09:52:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r32854 r32871 305 305 * @return bool|WP_Error true upon success, {@see WP_Error} on failure. 306 306 */ 307 function clear_destination( $remote_destination ) {307 public function clear_destination( $remote_destination ) { 308 308 global $wp_filesystem; 309 309
Note: See TracChangeset
for help on using the changeset viewer.