- Timestamp:
- 06/20/2020 11:20:25 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r48101 r48103 118 118 * Display SVG icons in social links menu. 119 119 * 120 * @param string $item_output The menu itemoutput.121 * @param WP_Post $item Menu itemobject.122 * @param int $depth Depth of the menu.123 * @param object $argswp_nav_menu() arguments.120 * @param string $item_output The menu item's starting HTML output. 121 * @param WP_Post $item Menu item data object. 122 * @param int $depth Depth of the menu. Used for padding. 123 * @param stdClass $args An object of wp_nav_menu() arguments. 124 124 * @return string The menu item output with social icon. 125 125 */ … … 144 144 * Add dropdown icon if menu item has children. 145 145 * 146 * @param string$title The menu item's title.147 * @param WP_Post$item The current menu item.148 * @param object $args An arrayof wp_nav_menu() arguments.149 * @param int$depth Depth of menu item. Used for padding.146 * @param string $title The menu item's title. 147 * @param WP_Post $item The current menu item. 148 * @param stdClass $args An object of wp_nav_menu() arguments. 149 * @param int $depth Depth of menu item. Used for padding. 150 150 * @return string The menu item's title with dropdown icon. 151 151 */
Note: See TracChangeset
for help on using the changeset viewer.