Changeset 27223 for trunk/src/wp-includes/nav-menu-template.php
- Timestamp:
- 02/21/2014 06:33:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu-template.php
r27222 r27223 225 225 * Uses printf() format with numbered placeholders. 226 226 * } 227 * @return mixed Menu output if $echo is true, false if there are no items or no menu was found.227 * @return mixed Menu output if $echo is false, false if there are no items or no menu was found. 228 228 */ 229 229 function wp_nav_menu( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.