Add access modifier to `WP_Customize_Nav_Menu_Control::json()`
See #32444. Built from https://develop.svn.wordpress.org/trunk@32872 git-svn-id: http://core.svn.wordpress.org/trunk@32843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
032ea5b132
commit
24bae70080
|
@ -1489,7 +1489,7 @@ class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
function json() {
|
||||
public function json() {
|
||||
$exported = parent::json();
|
||||
$exported['menu_id'] = $this->setting->term_id;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32871';
|
||||
$wp_version = '4.3-alpha-32872';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue