Rename file. see #11817

git-svn-id: https://develop.svn.wordpress.org/trunk@13262 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-02-20 23:18:57 +00:00
parent a157ff8eb0
commit 12b118e514
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ wp_enqueue_script( 'custom-navigation-php-functions' );
wp_enqueue_script( 'jquery-ui-dialog' );
require_once('admin-header.php');
require_once (ABSPATH . WPINC . '/custom-navigation-functions.php');
require_once (ABSPATH . WPINC . '/custom-navigation.php');
wp_custom_navigation();
+1 -1
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);
}