- Timestamp:
- 01/16/2015 07:02:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-base.php
r31208 r31212 169 169 * 170 170 * @param string $folder the folder to locate. 171 * @return string The location of the remote path.171 * @return string|false The location of the remote path, false on failure. 172 172 */ 173 173 public function find_folder( $folder ) { … … 237 237 * @param string $base The folder to start searching from. 238 238 * @param bool $loop If the function has recursed, Internal use only. 239 * @return string The location of the remote path.239 * @return string|false The location of the remote path, false to cease looping. 240 240 */ 241 241 public function search_for_folder( $folder, $base = '.', $loop = false ) {
Note: See TracChangeset
for help on using the changeset viewer.