Changeset 32877
- Timestamp:
- 06/19/2015 10:05:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-section.php
r32822 r32877 530 530 * @return array 531 531 */ 532 function json() {532 public function json() { 533 533 $exported = parent::json(); 534 534 $exported['menu_id'] = intval( preg_replace( '/^nav_menu\[(\d+)\]/', '$1', $this->id ) );
Note: See TracChangeset
for help on using the changeset viewer.