Docs: Update MDN link in `send_frame_options_header()` docblock.
The X-Frame-Options MDN documentation has been moved to `/docs/Web/HTTP/Headers/X-Frame-Options`. This changeset updates the link accordingly. See #54729. Built from https://develop.svn.wordpress.org/trunk@53202 git-svn-id: http://core.svn.wordpress.org/trunk@52791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
99de4aea45
commit
b6c2df9325
|
@ -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' );
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue