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() {