Changeset 37518 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 05/22/2016 06:49:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r37342 r37518 40 40 41 41 /** 42 * Filter the nav_menu term retrieved for wp_get_nav_menu_object().42 * Filters the nav_menu term retrieved for wp_get_nav_menu_object(). 43 43 * 44 44 * @since 4.3.0 … … 172 172 173 173 /** 174 * Filter whether a nav menu is assigned to the specified location.174 * Filters whether a nav menu is assigned to the specified location. 175 175 * 176 176 * @since 4.3.0 … … 544 544 545 545 /** 546 * Filter the navigation menu objects being returned.546 * Filters the navigation menu objects being returned. 547 547 * 548 548 * @since 3.0.0 … … 690 690 691 691 /** 692 * Filter the navigation menu items being returned.692 * Filters the navigation menu items being returned. 693 693 * 694 694 * @since 3.0.0 … … 799 799 800 800 /** 801 * Filter a navigation menu item's title attribute.801 * Filters a navigation menu item's title attribute. 802 802 * 803 803 * @since 3.0.0 … … 809 809 if ( ! isset( $menu_item->description ) ) { 810 810 /** 811 * Filter a navigation menu item's description.811 * Filters a navigation menu item's description. 812 812 * 813 813 * @since 3.0.0 … … 870 870 871 871 /** 872 * Filter a navigation menu item object.872 * Filters a navigation menu item object. 873 873 * 874 874 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.