Rename file. see #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-02-20 23:18:57 +00:00
parent c536bdf7e3
commit 76017ffbd7
3 changed files with 2 additions and 2 deletions

View File

@@ -2221,7 +2221,7 @@ function get_the_generator( $type = '' ) {
* @since 3.0.0
*/
function custom_nav($args = array()) {
require_once (ABSPATH . WPINC . '/custom-navigation-functions.php');
require_once (ABSPATH . WPINC . '/custom-navigation.php');
wp_custom_navigation_output($args);
}