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.