Changeset 48181
- Timestamp:
- 06/26/2020 02:49:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
r48180 r48181 18 18 * Get the SVG code for the specified icon 19 19 * 20 * @param string $icon Icon name.20 * @param string $icon Icon name. 21 21 * @param string $group Icon group. 22 22 * @param string $color Color. … … 37 37 * the name of the group of icons, either "ui" or "social". 38 38 * 39 * @since 1.5.039 * @since Twenty Twenty 1.5 40 40 * 41 41 * @param array $arr Array of icons. … … 46 46 * Filters an SVG icon's color. 47 47 * 48 * @since 1.5.049 * 50 * @param array$color The icon color.51 * @param array$icon The icon name.52 * @param array$group The icon group.48 * @since Twenty Twenty 1.5 49 * 50 * @param string $color The icon color. 51 * @param string $icon The icon name. 52 * @param string $group The icon group. 53 53 */ 54 54 $color = apply_filters( 'twentytwenty_svg_icon_color', $color, $icon, $group ); … … 83 83 * specify all the domains it covers (including the .com TLD too, if applicable). 84 84 * 85 * @since 1.5.085 * @since Twenty Twenty 1.5 86 86 * 87 87 * @param array $social_icons_map Array of default social icons. … … 92 92 * Filters Twenty Twenty's array of social icons. 93 93 * 94 * @since 1.5.094 * @since Twenty Twenty 1.5 95 95 * 96 96 * @param array $social_icons Array of default social icons.
Note: See TracChangeset
for help on using the changeset viewer.