Changeset 38369 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 08/26/2016 04:48:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r37752 r38369 13 13 * @since 3.0.0 14 14 * 15 * @param string$menu Menu ID, slug, or name - or the menu object.16 * @return object|false False if $menu param isn't supplied or term does not exist, menu object if successful.15 * @param int|string|WP_Term $menu Menu ID, slug, or name - or the menu object. 16 * @return WP_Term|false False if $menu param isn't supplied or term does not exist, menu object if successful. 17 17 */ 18 18 function wp_get_nav_menu_object( $menu ) {
Note: See TracChangeset
for help on using the changeset viewer.