Changes from trunk/wp-includes/nav-menu.php at r15788 to branches/3.0/wp-includes/nav-menu.php at r15466
- File:
-
- 1 edited
-
branches/3.0/wp-includes/nav-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/nav-menu.php
r15788 r15466 404 404 * @since 3.0.0 405 405 * 406 * @param array $argsArray of arguments passed on to get_terms().406 * @param $args array Array of arguments passed on to get_terms(). 407 407 * @return array menu objects 408 408 */ … … 654 654 'post_status' => 'any', 655 655 'post_type' => 'nav_menu_item', 656 ' posts_per_page' => -1,656 'showposts' => -1, 657 657 ) 658 658 );
Note: See TracChangeset
for help on using the changeset viewer.