Changeset 7205
- Timestamp:
- 03/10/2008 07:44:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.