mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Rename file. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13262 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user