Make WordPress Core


Ignore:
Timestamp:
02/24/2010 08:06:36 AM (15 years ago)
Author:
ryan
Message:

Reorg nav menu files. see #11817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r13361 r13366  
    22162216}
    22172217
    2218 /**
    2219  * Outputs a navigation menu.
    2220  *
    2221  * @since 3.0.0
    2222  *
    2223  * @param array $args Arguments
    2224  */
    2225 function wp_nav_menu( $args = array() ) {
    2226     require_once (ABSPATH . WPINC . '/custom-navigation.php');
    2227     wp_custom_navigation_output($args);
    2228 }
    2229 
    22302218?>
Note: See TracChangeset for help on using the changeset viewer.