Changeset 7205
- Timestamp:
- 03/10/08 07:44:23 (4 months ago)
- Files:
-
- trunk/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/update.php
r7155 r7205 143 143 //Get the Base folder 144 144 $base = $wp_filesystem->get_base_dir(); 145 146 if ( empty($base) ) 147 return new WP_Error('fs_nowordpress', __('Unable to locate WordPress directory.')); 145 148 146 149 // Get the URL to the zip file
