- Timestamp:
- 06/20/2020 07:22:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r48027 r48101 121 121 * @param WP_Post $item Menu item object. 122 122 * @param int $depth Depth of the menu. 123 * @param array$args wp_nav_menu() arguments.124 * @return string $item_outputThe menu item output with social icon.123 * @param object $args wp_nav_menu() arguments. 124 * @return string The menu item output with social icon. 125 125 */ 126 126 function twentyseventeen_nav_menu_social_icons( $item_output, $item, $depth, $args ) { … … 146 146 * @param string $title The menu item's title. 147 147 * @param WP_Post $item The current menu item. 148 * @param array$args An array of wp_nav_menu() arguments.148 * @param object $args An array of wp_nav_menu() arguments. 149 149 * @param int $depth Depth of menu item. Used for padding. 150 * @return string $titleThe menu item's title with dropdown icon.150 * @return string The menu item's title with dropdown icon. 151 151 */ 152 152 function twentyseventeen_dropdown_icon_to_menu_link( $title, $item, $args, $depth ) { … … 166 166 * Returns an array of supported social links (URL and icon name). 167 167 * 168 * @return array $social_links_icons168 * @return array Array of social links icons. 169 169 */ 170 170 function twentyseventeen_social_links_icons() {
Note: See TracChangeset
for help on using the changeset viewer.