First pass on 'Theme Locations' for navigation menus. Themes need to specify a location when calling wp_nav_menu and register locations in functions.php. Users then map menus to locations in the nav menu admin. Subject to review. see #13378.

git-svn-id: https://develop.svn.wordpress.org/trunk@14620 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-05-14 06:20:30 +00:00
parent 8a95987fad
commit 4db10bf0d7
9 changed files with 78 additions and 26 deletions
File diff suppressed because one or more lines are too long
+6 -1
View File
@@ -197,7 +197,12 @@ body {
.customlinkdiv .howto input {
width: 210px;
}
#nav-menu-theme-locations .howto select {
width: 100%;
}
#nav-menu-theme-locations .button-controls {
text-align: right;
}
.add-menu-item-view-all {
height: 400px;
}