Changeset 13366 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/24/2010 08:06:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13361 r13366 2216 2216 } 2217 2217 2218 /**2219 * Outputs a navigation menu.2220 *2221 * @since 3.0.02222 *2223 * @param array $args Arguments2224 */2225 function wp_nav_menu( $args = array() ) {2226 require_once (ABSPATH . WPINC . '/custom-navigation.php');2227 wp_custom_navigation_output($args);2228 }2229 2230 2218 ?>
Note: See TracChangeset
for help on using the changeset viewer.