Changeset 37488 for trunk/src/wp-admin/includes/nav-menu.php
- Timestamp:
- 05/22/2016 06:00:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r37153 r37488 187 187 foreach ( $post_types as $post_type ) { 188 188 /** 189 * Filter whether a menu items meta box will be added for the current189 * Filters whether a menu items meta box will be added for the current 190 190 * object type. 191 191 * … … 401 401 402 402 /** 403 * Filter the posts displayed in the 'Most Recent' tab of the current403 * Filters the posts displayed in the 'Most Recent' tab of the current 404 404 * post type's menu items meta box. 405 405 * … … 509 509 510 510 /** 511 * Filter the posts displayed in the 'View All' tab of the current511 * Filters the posts displayed in the 'View All' tab of the current 512 512 * post type's menu items meta box. 513 513 * … … 889 889 890 890 /** 891 * Filter the Walker class used when adding nav menu items.891 * Filters the Walker class used when adding nav menu items. 892 892 * 893 893 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.