Changeset 48101
- Timestamp:
- 06/20/2020 07:22:31 AM (5 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 4 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 ) { -
trunk/src/wp-content/themes/twentyseventeen/functions.php
r48067 r48101 312 312 * @since Twenty Seventeen 1.0 313 313 * 314 * @param array $urls 315 * @param string $relation_type 316 * @return array $urlsURLs to print for resource hints.314 * @param array $urls URLs to print for resource hints. 315 * @param string $relation_type The relation type the URLs are printed. 316 * @return array URLs to print for resource hints. 317 317 */ 318 318 function twentyseventeen_resource_hints( $urls, $relation_type ) { -
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() { -
trunk/src/wp-content/themes/twentysixteen/functions.php
r47122 r48101 239 239 * @since Twenty Sixteen 1.6 240 240 * 241 * @param array $urls 242 * @param string $relation_type 243 * @return array $urlsURLs to print for resource hints.241 * @param array $urls URLs to print for resource hints. 242 * @param string $relation_type The relation type the URLs are printed. 243 * @return array URLs to print for resource hints. 244 244 */ 245 245 function twentysixteen_resource_hints( $urls, $relation_type ) {
Note: See TracChangeset
for help on using the changeset viewer.