Make WordPress Core


Ignore:
Timestamp:
02/20/2010 09:57:43 PM (14 years ago)
Author:
wpmuguru
Message:

introduce custom menus, props jeffikus, See #11817

File:
1 edited

Legend:

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

    r13242 r13257  
    22162216}
    22172217
     2218/**
     2219 * Outputs the Custom Navigation.
     2220 *
     2221 * @since 3.0.0
     2222 */
     2223function custom_nav($args = array()) {
     2224    require_once (ABSPATH . WPINC . '/custom-navigation-functions.php');
     2225    wp_custom_navigation_output($args);
     2226}
     2227
    22182228?>
Note: See TracChangeset for help on using the changeset viewer.