Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36567, comment 4


Ignore:
Timestamp:
04/20/2016 05:11:26 AM (8 years ago)
Author:
jeremyfelt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36567, comment 4

    initial v1  
    1111* A bunch of HTML outputs to show the error page, which is more annoying than anything because the tests work just fine if you've already run everything once before setting `SUBDOMAIN_INSTALL`.
    1212
    13 So I guess the first question is: Why do we not use `is_multisite()` in [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/wp-db.php#L946 $wpdb->get_blog_prefix], because changing that appears to fix this and allow the tests to install fresh if you recreate the DB.
     13So I guess the first question is: Why do we not use `is_multisite()` in [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/wp-db.php#L946 $wpdb->get_blog_prefix], because changing that appears to fix this and allows the tests to install fresh if you recreate the DB.