Ticket #46779: 46779.patch
File 46779.patch, 898 bytes (added by , 6 years ago) |
---|
-
wp-admin/includes/class-wp-filesystem-base.php
267 267 /* 268 268 * Working from /home/ to /user/ to /wordpress/ see if that file exists within 269 269 * the current folder, If it's found, change into it and follow through looking 270 * for it. If it can t find WordPress down that route, it'll continue onto the next270 * for it. If it can't find WordPress down that route, it'll continue onto the next 271 271 * folder level, and see if that matches, and so on. If it reaches the end, and still 272 * can t find it, it'll return false for the entire function.272 * can't find it, it'll return false for the entire function. 273 273 */ 274 274 if ( isset( $files[ $key ] ) ) { 275 275