OSDN Git Service

Minor typo
authorJonathan Bardo <jonathanbardo@users.noreply.github.com>
Mon, 11 Nov 2013 14:15:33 +0000 (09:15 -0500)
committerJonathan Bardo <jonathanbardo@users.noreply.github.com>
Mon, 11 Nov 2013 14:15:33 +0000 (09:15 -0500)
php/WP_CLI/Runner.php

index 2e59a70..c521c69 100644 (file)
@@ -511,7 +511,7 @@ class Runner {
                        }
 
                        if ( 'multisite-install' == $this->arguments[1] ) {
-                               // need to fake some globals to skip the checks in wp-inclues/ms-settings.php
+                               // need to fake some globals to skip the checks in wp-includes/ms-settings.php
                                self::fake_current_site_blog( $url_parts );
 
                                if ( !defined( 'COOKIEHASH' ) ) {