From 7639acc7b78dec288f4a95ba47321a0f185d056b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 7 Apr 2019 05:39:50 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `editor/dfw.js`. Props garrett-eclipse, mattnyeus. Fixes #46485. Built from https://develop.svn.wordpress.org/trunk@45127 git-svn-id: http://core.svn.wordpress.org/trunk@44936 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/editor-expand.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/js/editor-expand.js b/wp-admin/js/editor-expand.js index 30cc5e9e0c..61788efe7f 100644 --- a/wp-admin/js/editor-expand.js +++ b/wp-admin/js/editor-expand.js @@ -503,7 +503,7 @@ topHeight = heights.textTopHeight; } - // Return if TinyMCE is still intializing. + // Return if TinyMCE is still initializing. if ( ! visual && ! $top.length ) { return; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a4c8f7988..8c9a2d4179 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45126'; +$wp_version = '5.2-beta1-45127'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.