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.