From 7fa4c485bf691ef632a20aafa3654e2a09757965 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 23 Feb 2010 20:38:27 +0000 Subject: [PATCH] Use 'Menus'. see #11817 git-svn-id: https://develop.svn.wordpress.org/trunk@13340 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/custom-navigation.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/wp-admin/custom-navigation.php b/wp-admin/custom-navigation.php index 660d885e8a..6825fe59f9 100644 --- a/wp-admin/custom-navigation.php +++ b/wp-admin/custom-navigation.php @@ -1,6 +1,6 @@ @@ -46,7 +46,7 @@ function wp_custom_navigation() { ?>
-

+

' . __('Custom Menu has been updated!') . '

'; + $messagesdiv = '

' . __('Menu has been updated!') . '

'; } if ( isset( $_POST['licount'] ) ) @@ -178,9 +178,10 @@ function wp_custom_navigation() { // DISPLAY Custom Navigation ?> + +

-

' . __('The Custom Menu has not been Enabled yet. Please enable it in order to use it -------->') . '

'; + echo '

' . __('Menu editing has not been Enabled yet. Please enable it in order to use it -------->') . '

'; ?> @@ -233,13 +234,10 @@ function wp_custom_navigation() {