Changeset 36496
- Timestamp:
- 02/07/2016 02:17:29 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/nav-menu.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r36330 r36496 78 78 79 79 /** 80 * Register navigation menu locations for a theme.80 * Registers navigation menu locations for a theme. 81 81 * 82 82 * @since 3.0.0 … … 116 116 117 117 /** 118 * Register a navigation menu location for a theme.118 * Registers a navigation menu location for a theme. 119 119 * 120 120 * @since 3.0.0 … … 155 155 156 156 /** 157 * Whether a registered nav menu location has a menu assigned to it.157 * Determines whether a registered nav menu location has a menu assigned to it. 158 158 * 159 159 * @since 3.0.0 … … 183 183 184 184 /** 185 * Determine whether the given ID is a nav menu item.185 * Determines whether the given ID is a nav menu item. 186 186 * 187 187 * @since 3.0.0 … … 195 195 196 196 /** 197 * Create a Navigation Menu.197 * Creates a navigation menu. 198 198 * 199 199 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.