Make WordPress Core


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

s/custom_nav()/wp_nav_menu()/. see #11817

File:
1 edited

Legend:

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

    r13268 r13361  
    22172217
    22182218/**
    2219  * Outputs the Custom Navigation.
     2219 * Outputs a navigation menu.
    22202220 *
    22212221 * @since 3.0.0
    2222  */
    2223 function custom_nav($args = array()) {
     2222 *
     2223 * @param array $args Arguments
     2224 */
     2225function wp_nav_menu( $args = array() ) {
    22242226    require_once (ABSPATH . WPINC . '/custom-navigation.php');
    22252227    wp_custom_navigation_output($args);
Note: See TracChangeset for help on using the changeset viewer.