diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php index d054a814d4..4e90f4fba2 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php @@ -106,7 +106,7 @@ class WP_REST_Block_Directory_Controller extends WP_REST_Controller { } /** - * Parse block metadata for a block, and prepare it for an API repsonse. + * Parse block metadata for a block, and prepare it for an API response. * * @since 5.5.0 * @since 5.9.0 Renamed `$plugin` to `$item` to match parent class for PHP 8 named parameter support. diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php index 7d5237fb37..4a316685e1 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php @@ -41,7 +41,7 @@ class WP_REST_Blocks_Controller extends WP_REST_Posts_Controller { * * @since 5.0.0 * - * @param array $data Response data to fiter. + * @param array $data Response data to filter. * @param string $context Context defined in the schema. * @return array Filtered response. */ diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php index 3a0e3c797c..609177463c 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php @@ -557,7 +557,7 @@ class WP_REST_URL_Details_Controller extends WP_REST_Controller { $pattern = '# symbol. */ '[^>]*' . @@ -643,7 +643,7 @@ class WP_REST_URL_Details_Controller extends WP_REST_Controller { */ '#isU'; - // Find the metdata element. + // Find the metadata element. foreach ( $meta_elements[0] as $index => $element ) { preg_match( $pattern, $element, $match ); diff --git a/wp-includes/sitemaps/class-wp-sitemaps-index.php b/wp-includes/sitemaps/class-wp-sitemaps-index.php index 9449b4b6a4..10348494f3 100644 --- a/wp-includes/sitemaps/class-wp-sitemaps-index.php +++ b/wp-includes/sitemaps/class-wp-sitemaps-index.php @@ -27,7 +27,7 @@ class WP_Sitemaps_Index { /** * Maximum number of sitemaps to include in an index. * - * @sincee 5.5.0 + * @since 5.5.0 * * @var int Maximum number of sitemaps. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 5113b3ab56..84831ea8b4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52581'; +$wp_version = '6.0-alpha-52582'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.