diff --git a/wp-includes/version.php b/wp-includes/version.php index f742295627..0d9b019031 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta2-52360'; +$wp_version = '5.9-beta2-52361'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 50792563ec..c29ddbf523 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -1040,13 +1040,13 @@ function wp_get_sidebars_widgets( $deprecated = true ) { } /** - * Retrieves the registered sidebar with the given id. + * Retrieves the registered sidebar with the given ID. * * @since 5.9.0 * * @global array $wp_registered_sidebars The registered sidebars. * - * @param string $id The sidebar id. + * @param string $id The sidebar ID. * @return array|null The discovered sidebar, or null if it is not registered. */ function wp_get_sidebar( $id ) {