Make WordPress Core


Ignore:
Timestamp:
05/25/2010 03:42:57 PM (15 years ago)
Author:
ryan
Message:

s/navigation menu/custom menu/ see #13519

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/nav-menus.php

    r14878 r14888  
    429429    // Set up nav menu
    430430    wp_nav_menu_setup();
    431     $messages[] = '<div id="message" class="error"><p>' . __('The current theme does not natively support menus, but you can use the &#8220;Navigation Menu&#8221; widget to add any menus you create here to the theme&#8217;s sidebar.') . '</p></div>';
     431    $messages[] = '<div id="message" class="error"><p>' . __('The current theme does not natively support menus, but you can use the &#8220;Custom Menu&#8221; widget to add any menus you create here to the theme&#8217;s sidebar.') . '</p></div>';
    432432}
    433433
Note: See TracChangeset for help on using the changeset viewer.