diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 140ad191d7..773139aefa 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -127,7 +127,7 @@ function ms_site_check() { } /** - * Retrieve the closest matching network for a domain and path. + * Retrieves the closest matching network for a domain and path. * * @since 3.9.0 * @@ -190,7 +190,7 @@ function get_site_by_path( $domain, $path, $segments = null ) { $paths[] = '/'; /** - * Determine a site by its domain and path. + * Determines a site by its domain and path. * * This allows one to short-circuit the default logic, perhaps by * replacing it with a routine that is more optimal for your setup. @@ -546,7 +546,7 @@ function wpmu_current_site() { } /** - * Retrieve an object containing information about the requested network. + * Retrieves an object containing information about the requested network. * * @since 3.9.0 * @deprecated 4.7.0 Use get_network() diff --git a/wp-includes/version.php b/wp-includes/version.php index 0d06c7ed46..8fbf5087b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta2-53249'; +$wp_version = '6.0-beta2-53250'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.