From 0ee79f08e2528a0e4c32b9495a337768781fa5ee Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 23 Feb 2010 20:38:27 +0000 Subject: [PATCH] Use 'Menus'. see #11817 git-svn-id: http://svn.automattic.com/wordpress/trunk@13340 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 660d885e8..6825fe59f 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() {