- Timestamp:
- 12/17/2020 02:55:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/menu-functions.php
r49578 r49826 10 10 * @package WordPress 11 11 * @subpackage Twenty_Twenty_One 12 * @since 1.0.012 * @since Twenty Twenty-One 1.0 13 13 */ 14 14 … … 17 17 * An icon is added using CSS depending on the value of aria-expanded. 18 18 * 19 * @since 1.0.019 * @since Twenty Twenty-One 1.0 20 20 * 21 21 * @param string $output Nav menu item start element. … … 43 43 * Detects the social network from a URL and returns the SVG code for its icon. 44 44 * 45 * @since 1.0.045 * @since Twenty Twenty-One 1.0 46 46 * 47 47 * @param string $uri Social link. … … 80 80 * Filters the arguments for a single nav menu item. 81 81 * 82 * @since 1.0.082 * @since Twenty Twenty-One 1.0 83 83 * 84 84 * @param stdClass $args An object of wp_nav_menu() arguments.
Note: See TracChangeset
for help on using the changeset viewer.