diff --git a/wp-includes/rest-api/class-wp-rest-request.php b/wp-includes/rest-api/class-wp-rest-request.php index 26c1c0fb45..ee106b5c5a 100644 --- a/wp-includes/rest-api/class-wp-rest-request.php +++ b/wp-includes/rest-api/class-wp-rest-request.php @@ -24,7 +24,7 @@ * * @since 4.4.0 * - * @see ArrayAccess + * @link https://secure.php.net/manual/en/class.arrayaccess.php */ class WP_REST_Request implements ArrayAccess { diff --git a/wp-includes/version.php b/wp-includes/version.php index c005180163..e9ff69968a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45302'; +$wp_version = '5.3-alpha-45304'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.