Changeset 46660 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 11/05/2019 09:21:46 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r46596 r46660 601 601 * @param array $args Optional. Array of arguments passed on to get_terms(). 602 602 * Default empty array. 603 * @return array Menu objects.603 * @return WP_Term[] An array of menu objects. 604 604 */ 605 605 function wp_get_nav_menus( $args = array() ) { … … 985 985 * @param string $object_type The type of object, such as "taxonomy" or "post_type." 986 986 * @param string $taxonomy If $object_type is "taxonomy", $taxonomy is the name of the tax that $object_id belongs to 987 * @return arrayThe array of menu item IDs; empty array if none;987 * @return int[] The array of menu item IDs; empty array if none; 988 988 */ 989 989 function wp_get_associated_nav_menu_items( $object_id = 0, $object_type = 'post_type', $taxonomy = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.