From 3812402cc71b8e9379a62e2ae6d392b6cf4a5b66 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 26 Feb 2018 17:52:31 +0000 Subject: [PATCH] Docs: Fix typo in `wp.customize.selectiveRefresh.placements()` description. Props Nikschavan. Fixes #43418. Built from https://develop.svn.wordpress.org/trunk@42754 git-svn-id: http://core.svn.wordpress.org/trunk@42584 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/customize-selective-refresh.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/customize-selective-refresh.js b/wp-includes/js/customize-selective-refresh.js index a3d71f76d1..ca72b53187 100644 --- a/wp-includes/js/customize-selective-refresh.js +++ b/wp-includes/js/customize-selective-refresh.js @@ -245,7 +245,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { }, /** - * Find all placements for this partial int he document. + * Find all placements for this partial in the document. * * @since 4.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 46dd9be112..43dceae215 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42753'; +$wp_version = '5.0-alpha-42754'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.