Skip to content

Commit

Permalink
Setup DB to work also for single-site.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Mar 6, 2017
1 parent d0e2ddc commit af38226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ private function update_database_3_0_0() {
function wp_site_aliases_db() {
new WP_Site_Aliases_DB();
}
add_action( 'muplugins_loaded', 'wp_site_aliases_db', -PHP_INT_MAX );
add_action( 'plugins_loaded', 'wp_site_aliases_db', -PHP_INT_MAX );

0 comments on commit af38226

Please sign in to comment.