- Timestamp:
- 06/20/2020 07:22:31 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/icon-functions.php
r47214 r48101 35 35 * @param WP_Post $item Menu item object. 36 36 * @param int $depth Depth of the menu. 37 * @param array$args wp_nav_menu() arguments.38 * @return string $item_outputThe menu item output with social icon.37 * @param object $args wp_nav_menu() arguments. 38 * @return string The menu item output with social icon. 39 39 */ 40 40 function twentynineteen_nav_menu_social_icons( $item_output, $item, $depth, $args ) {
Note: See TracChangeset
for help on using the changeset viewer.