Changes between Initial Version and Version 6 of Ticket #12083
- Timestamp:
- 02/20/2010 06:07:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12083
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #12083 – Description
initial v6 5 5 We should be able to merge the largely overlapping functionality quite a bit and remove is_installed() entirely. 6 6 7 Also, we might want to consider introducing multisite tables to the list of tables to check for in is_blog_installed(), and/or (idea for another ticket:)allow repair.php to help when multisite.7 Also, we might want to consider introducing multisite tables to the list of tables to check for in is_blog_installed(), and/or allow repair.php to help when multisite. 8 8 9 9 We also don't need to check tables in $wpdb->old_tables, so if nothing else comes out of this ticket then that should go in. repair.php has a simple {{{if ( in_array( $table, $wpdb->old_tables ) ) continue;}}}, and the functionality should be consistent.