Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #12083


Ignore:
Timestamp:
02/20/2010 06:07:40 PM (15 years ago)
Author:
nacin
Comment:

wpmuguru and I agreed there's no need to account for the renaming of is_installed().

Closing this one out.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12083

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #12083 – Description

    initial v6  
    55We should be able to merge the largely overlapping functionality quite a bit and remove is_installed() entirely.
    66
    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.
     7Also, 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.
    88
    99We 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.