Changeset 37342 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 05/02/2016 03:59:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r36888 r37342 535 535 * to 'name'. 536 536 * 537 * @param array $args Optional. Array of arguments passed on to {@see get_terms()}.537 * @param array $args Optional. Array of arguments passed on to get_terms(). 538 538 * Default empty array. 539 539 * @return array Menu objects. … … 612 612 * 613 613 * @param string $menu Menu name, ID, or slug. 614 * @param array $args Optional. Arguments to pass to {@see get_posts()}.614 * @param array $args Optional. Arguments to pass to get_posts(). 615 615 * @return false|array $items Array of menu items, otherwise false. 616 616 */
Note: See TracChangeset
for help on using the changeset viewer.