From 50edbd537ead66c753392f9fa5eab02687d048e9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 27 Jan 2020 14:33:05 +0000 Subject: [PATCH] Customize: Fix typo in `CustomHeader.prototype.initialize()` DocBlock in `src/js/_enqueues/wp/custom-header.js`. Props ankitmaru. Fixes #49301. Built from https://develop.svn.wordpress.org/trunk@47116 git-svn-id: http://core.svn.wordpress.org/trunk@46916 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/wp-custom-header.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/wp-custom-header.js b/wp-includes/js/wp-custom-header.js index 17522af766..1c405990de 100644 --- a/wp-includes/js/wp-custom-header.js +++ b/wp-includes/js/wp-custom-header.js @@ -50,7 +50,7 @@ CustomHeader.prototype = { /** - * Initalize the custom header. + * Initialize the custom header. * * If the environment supports video, loops through registered handlers * until one is found that can handle the video. diff --git a/wp-includes/version.php b/wp-includes/version.php index 6dcd1954d5..1f46a6bda8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47115'; +$wp_version = '5.4-alpha-47116'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.