Changeset 32873
- Timestamp:
- 06/19/2015 09:54:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r32872 r32873 1638 1638 * @return array 1639 1639 */ 1640 function json() {1640 public function json() { 1641 1641 $exported = parent::json(); 1642 1642 $exported['menu_item_id'] = $this->setting->post_id;
Note: See TracChangeset
for help on using the changeset viewer.