Make WordPress Core


Ignore:
Timestamp:
06/10/2010 05:57:30 PM (14 years ago)
Author:
nacin
Message:

Switch to current_theme_supports(menus) internally. Adding theme support for 'nav-menus' is deprecated in favor of register_nav_menu(s). fixes #13825.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/functions.php

    r15120 r15193  
    6262 * functions.php file.
    6363 *
    64  * @uses add_theme_support() To add support for post thumbnails, navigation menus, and automatic feed links.
     64 * @uses add_theme_support() To add support for post thumbnails and automatic feed links.
     65 * @uses register_nav_menus() To add support for navigation menus.
    6566 * @uses add_custom_background() To add support for a custom background.
    6667 * @uses add_editor_style() To style the visual editor.
Note: See TracChangeset for help on using the changeset viewer.