- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-sidebar-section.php
r41162 r42343 41 41 */ 42 42 public function json() { 43 $json = parent::json();43 $json = parent::json(); 44 44 $json['sidebarId'] = $this->sidebar_id; 45 45 return $json;
Note: See TracChangeset
for help on using the changeset viewer.