Make WordPress Core

Changeset 13262


Ignore:
Timestamp:
02/20/2010 11:18:57 PM (17 years ago)
Author:
ryan
Message:

Rename file. see #11817

Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-navigation.php

    r13261 r13262  
    2323
    2424require_once('admin-header.php');
    25 require_once (ABSPATH . WPINC . '/custom-navigation-functions.php');
     25require_once (ABSPATH . WPINC . '/custom-navigation.php');
    2626
    2727wp_custom_navigation();
  • trunk/wp-includes/custom-navigation.php

    • Property svn:eol-style set to native
  • trunk/wp-includes/general-template.php

    r13257 r13262  
    22222222 */
    22232223function custom_nav($args = array()) {
    2224         require_once (ABSPATH . WPINC . '/custom-navigation-functions.php');
     2224        require_once (ABSPATH . WPINC . '/custom-navigation.php');
    22252225        wp_custom_navigation_output($args);
    22262226}
Note: See TracChangeset for help on using the changeset viewer.