Changeset 10150 for trunk/wp-admin/includes/class-wp-filesystem-base.php
- Timestamp:
- 12/09/2008 06:03:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-base.php
r9118 r10150 91 91 return $this->wp_content_dir() . '/themes'; 92 92 } 93 93 94 94 /** 95 95 * Locates a folder on the remote filesystem. … … 137 137 * @since 2.7 138 138 * @access public 139 * 139 * 140 140 * @param string $folder the folder to locate 141 141 * @return string The location of the remote path. … … 165 165 * @since 2.7 166 166 * @access private 167 * 167 * 168 168 * @param string $folder the folder to locate 169 169 * @param string $base the folder to start searching from
Note: See TracChangeset
for help on using the changeset viewer.