fix spelling/typo in nav menu message, props jorbin, see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8cbf25a155
commit
d6d03bf1a8
|
@ -1080,7 +1080,7 @@ class WP_Widget_Tag_Cloud extends WP_Widget {
|
||||||
|
|
||||||
// If no menus exists, direct the user to go and create some.
|
// If no menus exists, direct the user to go and create some.
|
||||||
if ( !$menus ) {
|
if ( !$menus ) {
|
||||||
echo '<p>'. sprintf( __('No menus have been created yet. <a href="%s">Creat some</a>.'), admin_url('nav-menus.php') ) .'</p>';
|
echo '<p>'. sprintf( __('No menus have been created yet. <a href="%s">Create some</a>.'), admin_url('nav-menus.php') ) .'</p>';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue