From f4e9e8251bc8dc1734d71463cab3112ce349bd16 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 25 Feb 2026 21:57:44 +0000 Subject: [PATCH] Docs: Correct parameter variable name in `WP_REST_Icons_Controller`. Follow-up to [61674]. Props Soean, apermo. See #64224. Built from https://develop.svn.wordpress.org/trunk@61739 git-svn-id: http://core.svn.wordpress.org/trunk@61045 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../rest-api/endpoints/class-wp-rest-icons-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php index ca6d4c73ce..03b2f8e6ae 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php @@ -72,7 +72,7 @@ class WP_REST_Icons_Controller extends WP_REST_Controller { /** * Checks whether a given request has permission to read icons. * - * @param WP_REST_Request $_request Full details about the request. + * @param WP_REST_Request $request Full details about the request. * @return true|WP_Error True if the request has read access, WP_Error object otherwise. */ public function get_items_permissions_check( diff --git a/wp-includes/version.php b/wp-includes/version.php index abed27a1b8..931311b3fc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta1-61738'; +$wp_version = '7.0-beta1-61739'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.