diff --git a/wp-includes/functions.php b/wp-includes/functions.php index b3fddfd2b8..c049638e0d 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1021,6 +1021,7 @@ function get_status_header_desc( $code ) { 428 => 'Precondition Required', 429 => 'Too Many Requests', 431 => 'Request Header Fields Too Large', + 451 => 'Unavailable For Legal Reasons', 500 => 'Internal Server Error', 501 => 'Not Implemented', diff --git a/wp-includes/version.php b/wp-includes/version.php index a0bc70adc9..1219af8aba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36272'; +$wp_version = '4.5-alpha-36273'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.