Changeset 13361 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/24/2010 06:18:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13268 r13361 2217 2217 2218 2218 /** 2219 * Outputs the Custom Navigation.2219 * Outputs a navigation menu. 2220 2220 * 2221 2221 * @since 3.0.0 2222 */ 2223 function custom_nav($args = array()) { 2222 * 2223 * @param array $args Arguments 2224 */ 2225 function wp_nav_menu( $args = array() ) { 2224 2226 require_once (ABSPATH . WPINC . '/custom-navigation.php'); 2225 2227 wp_custom_navigation_output($args);
Note: See TracChangeset
for help on using the changeset viewer.