Rename file. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c536bdf7e3
commit
76017ffbd7
|
@ -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();
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue