Changeset 37752 for trunk/src/wp-includes/nav-menu.php
- Timestamp:
- 06/20/2016 08:25:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/nav-menu.php
r37518 r37752 127 127 } 128 128 /** 129 * Ret urns all registered navigation menu locations in a theme.129 * Retrieves all registered navigation menu locations in a theme. 130 130 * 131 131 * @since 3.0.0 … … 133 133 * @global array $_wp_registered_nav_menus 134 134 * 135 * @return array 135 * @return array Registered navigation menu locations. If none are registered, an empty array. 136 136 */ 137 137 function get_registered_nav_menus() { … … 143 143 144 144 /** 145 * Returns an array with the registered navigation menu locations and the menu assigned to it 146 * 147 * @since 3.0.0 148 * @return array 145 * Retrieves all registered navigation menu locations and the menus assigned to them. 146 * 147 * @since 3.0.0 148 * 149 * @return array Registered navigation menu locations and the menus assigned them. 150 * If none are registered, an empty array. 149 151 */ 150 152
Note: See TracChangeset
for help on using the changeset viewer.