- Timestamp:
- 07/02/2021 07:05:46 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-content/themes/twentytwentyone/inc/menu-functions.php
r49826 r51319 23 23 * @param int $depth Depth. 24 24 * @param object $args Nav menu args. 25 *26 25 * @return string Nav menu item start element. 27 26 */ … … 45 44 * @since Twenty Twenty-One 1.0 46 45 * 47 * @param string $uri Social link.46 * @param string $uri Social link. 48 47 * @param int $size The icon size in pixels. 49 *50 48 * @return string 51 49 */ … … 85 83 * @param WP_Post $item Menu item data object. 86 84 * @param int $depth Depth of menu item. Used for padding. 87 *88 85 * @return stdClass 89 86 */
Note: See TracChangeset
for help on using the changeset viewer.