Changeset 25798 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 10/15/2013 08:34:02 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r25797 r25798 711 711 712 712 // If we're using the direct method, we can predict write failures that are due to permissions. 713 if ( $ wp_filesystem->method === 'direct') {713 if ( $check_is_writable && 'direct' === $wp_filesystem->method ) { 714 714 $files_writable = array_filter( $check_is_writable, array( $wp_filesystem, 'is_writable' ) ); 715 715 if ( $files_writable !== $check_is_writable ) {
Note: See TracChangeset
for help on using the changeset viewer.