Changeset 32872
- Timestamp:
- 06/19/2015 09:53:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r32855 r32872 1490 1490 * @return array 1491 1491 */ 1492 function json() {1492 public function json() { 1493 1493 $exported = parent::json(); 1494 1494 $exported['menu_id'] = $this->setting->term_id;
Note: See TracChangeset
for help on using the changeset viewer.