diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 26a538a74c..1b8d788354 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -6872,7 +6872,7 @@ function wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override = ar * * @since 3.1.3 * - * @see https://developer.mozilla.org/en/the_x-frame-options_response_header + * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options */ function send_frame_options_header() { header( 'X-Frame-Options: SAMEORIGIN' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index b7ad4bb2d8..0fd2693526 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta1-53201'; +$wp_version = '6.0-beta1-53202'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.