Fix syntax and add missing @access tags to various methods in WP_Customize_Nav_Menus, added in 4.3.

See [32806]. See #32891.

Built from https://develop.svn.wordpress.org/trunk@33218


git-svn-id: http://core.svn.wordpress.org/trunk@33190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-07-13 20:39:25 +00:00
parent 442f8fa753
commit 65a4946d9a
2 changed files with 29 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33217';
$wp_version = '4.3-beta2-33218';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.