Ticket #10906: 10906.2.diff
| File 10906.2.diff, 785 bytes (added by , 17 years ago) |
|---|
-
wp-admin/includes/class-wp-upgrader.php
93 93 elseif ( WP_CONTENT_DIR . '/themes' == $dir && ! $wp_filesystem->find_folder(WP_CONTENT_DIR . '/themes') ) 94 94 return new WP_Error('fs_no_themes_dir', $this->strings['fs_no_themes_dir']); 95 95 96 elseif ( ! $wp_filesystem->find_folder($dir) )97 return new WP_Error('fs_no_folder', sprintf($ strings['fs_no_folder'], $dir));96 elseif ( ABSPATH != $dir && ! $wp_filesystem->find_folder($dir) ) 97 return new WP_Error('fs_no_folder', sprintf($this->strings['fs_no_folder'], $dir)); 98 98 } 99 99 return true; 100 100 } //end fs_connect();
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)