Add access modifier to `WP_Customize_Nav_Menu_Item_Control::json()`

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32873 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-06-19 21:54:37 +00:00
parent 47068b95f7
commit fa99a8af6e
1 changed files with 1 additions and 1 deletions

View File

@ -1637,7 +1637,7 @@ class WP_Customize_Nav_Menu_Item_Control extends WP_Customize_Control {
*
* @return array
*/
function json() {
public function json() {
$exported = parent::json();
$exported['menu_item_id'] = $this->setting->post_id;