From baf41c1fb96fb4865db75758386062a5762aa007 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 25 Apr 2022 09:22:15 +0000 Subject: [PATCH] Docs: Use third-person singular verbs for function descriptions in `wp-includes/ms-load.php`, as per docs standards. See #54729. Built from https://develop.svn.wordpress.org/trunk@53250 git-svn-id: http://core.svn.wordpress.org/trunk@52839 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/ms-load.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.