Changeset 28467 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 05/17/2014 03:39:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r28418 r28467 191 191 192 192 $args = wp_parse_args($args, $defaults); 193 $source = $args['source']; 193 194 $destination = $args['destination']; 194 195 $clear_destination = $args['clear_destination'];
Note: See TracChangeset
for help on using the changeset viewer.