Changeset 37890 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 06/28/2016 04:40:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r37881 r37890 523 523 * @see WP_Query::query() 524 524 * 525 * @param array $posts The posts for the current post type.526 * @param array $args An array of WP_Query arguments.527 * @param object$post_type The current post type object for this menu item meta box.525 * @param array $posts The posts for the current post type. 526 * @param array $args An array of WP_Query arguments. 527 * @param WP_Post_Type $post_type The current post type object for this menu item meta box. 528 528 */ 529 529 $posts = apply_filters( "nav_menu_items_{$post_type_name}", $posts, $args, $post_type );
Note: See TracChangeset
for help on using the changeset viewer.