- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php
r42876 r43571 354 354 if ( ! isset( $this->value['nav_menu_term_id'] ) && $this->post_id > 0 ) { 355 355 $menus = wp_get_post_terms( 356 $this->post_id, WP_Customize_Nav_Menu_Setting::TAXONOMY, array( 356 $this->post_id, 357 WP_Customize_Nav_Menu_Setting::TAXONOMY, 358 array( 357 359 'fields' => 'ids', 358 360 ) … … 558 560 if ( ARRAY_A === $args['output'] ) { 559 561 $items = wp_list_sort( 560 $items, array( 562 $items, 563 array( 561 564 $args['output_key'] => 'ASC', 562 565 )
Note: See TracChangeset
for help on using the changeset viewer.