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.