Docs: Align spelling with American English.
This changeset replaces "cancelled" with "canceled" in various docblocks, per the [https://make.wordpress.org/core/handbook/best-practices/spelling/ Spelling Guidelines]. Props costdev. See #56811, #56792. Built from https://develop.svn.wordpress.org/trunk@54664 git-svn-id: http://core.svn.wordpress.org/trunk@54216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
823517e1de
commit
65cdec186b
|
@ -1361,7 +1361,7 @@ if ( ! function_exists( 'wp_redirect' ) ) :
|
|||
* @param string $location The path or URL to redirect to.
|
||||
* @param int $status Optional. HTTP response status code to use. Default '302' (Moved Temporarily).
|
||||
* @param string $x_redirect_by Optional. The application doing the redirect. Default 'WordPress'.
|
||||
* @return bool False if the redirect was cancelled, true otherwise.
|
||||
* @return bool False if the redirect was canceled, true otherwise.
|
||||
*/
|
||||
function wp_redirect( $location, $status = 302, $x_redirect_by = 'WordPress' ) {
|
||||
global $is_IIS;
|
||||
|
@ -1504,7 +1504,7 @@ if ( ! function_exists( 'wp_safe_redirect' ) ) :
|
|||
* @param string $location The path or URL to redirect to.
|
||||
* @param int $status Optional. HTTP response status code to use. Default '302' (Moved Temporarily).
|
||||
* @param string $x_redirect_by Optional. The application doing the redirect. Default 'WordPress'.
|
||||
* @return bool False if the redirect was cancelled, true otherwise.
|
||||
* @return bool False if the redirect was canceled, true otherwise.
|
||||
*/
|
||||
function wp_safe_redirect( $location, $status = 302, $x_redirect_by = 'WordPress' ) {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54663';
|
||||
$wp_version = '6.2-alpha-54664';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue