From 08693cd20611fb33be82868ad5ea3c4f1646b009 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 14 Jan 2016 08:40:26 +0000 Subject: [PATCH] Administration: After [36295], mark `postBoxL10n` as a global to please JSHint. See #26399. Built from https://develop.svn.wordpress.org/trunk@36296 git-svn-id: http://core.svn.wordpress.org/trunk@36263 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 37b26b8642..36673a9007 100644 --- a/wp-admin/js/postbox.js +++ b/wp-admin/js/postbox.js @@ -1,4 +1,4 @@ -/* global ajaxurl */ +/* global ajaxurl, postBoxL10n */ var postboxes; diff --git a/wp-includes/version.php b/wp-includes/version.php index 0dc46ebde3..644e6bd60e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36295'; +$wp_version = '4.5-alpha-36296'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.