We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89175c4 commit 1625529Copy full SHA for 1625529
src/Schema/Builder.php
@@ -274,7 +274,7 @@ public function up( $force = false ) {
274
* fire while creating the site.
275
*
276
* When is the next chance to create the tables? Likely in the `activate_blog` action that will be fired
277
- * in the same request following the site blog creation, or in the next `switch_blog` action.
+ * in the same request following the blog creation or in the next `switch_blog` action.
278
*/
279
$is_blog_installed = wp_cache_get( 'is_blog_installed' );
280
} else {
0 commit comments