Changeset 47550 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 04/05/2020 03:00:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r47122 r47550 546 546 } 547 547 548 if ( in_array( $destination, $protected_directories ) ) {548 if ( in_array( $destination, $protected_directories, true ) ) { 549 549 $remote_destination = trailingslashit( $remote_destination ) . trailingslashit( basename( $source ) ); 550 550 $destination = trailingslashit( $destination ) . trailingslashit( basename( $source ) );
Note: See TracChangeset
for help on using the changeset viewer.