Add access modifier to WP_Customize_Nav_Menu_Control::json()
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32872 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6ffc540366
commit
47068b95f7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user