Ticket #33955: 33955_1.patch
File 33955_1.patch, 621 bytes (added by , 10 years ago) |
---|
-
wp-includes/nav-menu.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
555 555 $args = wp_parse_args( $args, $defaults ); 556 556 $args['include'] = $items; 557 557 558 $items = get_posts( $args);558 $items = get_posts( apply_filters( 'wp_get_nav_menu_items_args', $args, $menu, $items ) ); 559 559 560 560 if ( is_wp_error( $items ) || ! is_array( $items ) ) 561 561 return false;