Changeset 46596 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r45932 r46596 176 176 * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass. 177 177 * 178 * @param array $directories Optional. A listof directories. If any of these do179 * not exist, a WP_Error object will be returned.180 * Default empty array.181 * @param bool $allow_relaxed_file_ownership Whether to allow relaxed file ownership.182 * Default false.178 * @param string[] $directories Optional. Array of directories. If any of these do 179 * not exist, a WP_Error object will be returned. 180 * Default empty array. 181 * @param bool $allow_relaxed_file_ownership Whether to allow relaxed file ownership. 182 * Default false. 183 183 * @return bool|WP_Error True if able to connect, false or a WP_Error otherwise. 184 184 */
Note: See TracChangeset
for help on using the changeset viewer.