- Timestamp:
- 07/01/2021 12:58:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/menu-functions.php
r49826 r51294 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.