Changeset 38051 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 07/13/2016 03:23:04 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/nav-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r38029 r38051 520 520 * 521 521 * @since 3.2.0 522 * @since 4.6.0 Converted the `$post_type` parameter to accept a WP_Post_Type object. 522 523 * 523 524 * @see WP_Query::query() … … 528 529 */ 529 530 $posts = apply_filters( "nav_menu_items_{$post_type_name}", $posts, $args, $post_type ); 531 530 532 $checkbox_items = walk_nav_menu_tree( array_map('wp_setup_nav_menu_item', $posts), 0, (object) $args ); 531 533
Note: See TracChangeset
for help on using the changeset viewer.