Ticket #11817: 13711.diff
File 13711.diff, 608 bytes (added by , 15 years ago) |
---|
-
wp-includes/default-widgets.php
1080 1080 1081 1081 // If no menus exists, direct the user to go and create some. 1082 1082 if ( !$menus ) { 1083 echo '<p>'. sprintf( __('No menus have been created yet. <a href="%s">Creat some</a>.'), admin_url('nav-menus.php') ) .'</p>';1083 echo '<p>'. sprintf( __('No menus have been created yet. <a href="%s">Create some</a>.'), admin_url('nav-menus.php') ) .'</p>'; 1084 1084 return; 1085 1085 } 1086 1086 ?>