From c55e4194f8239902c3a2e3c5c09fa62c6751de07 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 13 Apr 2016 07:29:27 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `wp-admin/js/postbox.js`. Props yoavf. Fixes #36349. Built from https://develop.svn.wordpress.org/trunk@37195 git-svn-id: http://core.svn.wordpress.org/trunk@37161 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/postbox.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/js/postbox.js b/wp-admin/js/postbox.js index 36673a9007..15cdecc923 100644 --- a/wp-admin/js/postbox.js +++ b/wp-admin/js/postbox.js @@ -110,7 +110,7 @@ var postboxes; tolerance: 'pointer', forcePlaceholderSize: true, helper: function( event, element ) { - // `helper: 'clone'` is equilavalent to `return element.clone();` + // `helper: 'clone'` is equivalent to `return element.clone();` // Cloning a checked radio and then inserting that clone next to the original // radio unchecks the original radio (since only one of the two can be checked). // We get around this by renaming the helper's inputs' name attributes so that, diff --git a/wp-includes/version.php b/wp-includes/version.php index 1fb9ce9445..fff2d8196c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37194'; +$wp_version = '4.6-alpha-37195'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.