Changeset 49826 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php
- Timestamp:
- 12/17/2020 02:55:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php
r49247 r49826 5 5 * @package WordPress 6 6 * @subpackage Twenty_Twenty_One 7 * @since 1.0.07 * @since Twenty Twenty-One 1.0 8 8 */ 9 9 … … 18 18 * to only specify a `$size` parameter in the svg methods. 19 19 * 20 * @since 1.0.020 * @since Twenty Twenty-One 1.0 21 21 */ 22 22 class Twenty_Twenty_One_SVG_Icons { … … 27 27 * @access protected 28 28 * 29 * @since 1.0.029 * @since Twenty Twenty-One 1.0 30 30 * 31 31 * @var array … … 45 45 * @access protected 46 46 * 47 * @since 1.0.047 * @since Twenty Twenty-One 1.0 48 48 * 49 49 * @var array … … 96 96 * specify all the domains it covers (including the .com TLD too, if applicable). 97 97 * 98 * @since 1.0.098 * @since Twenty Twenty-One 1.0 99 99 * 100 100 * @var array … … 151 151 * @access public 152 152 * 153 * @since 1.0.0153 * @since Twenty Twenty-One 1.0 154 154 * 155 155 * @param string $group the icon group. … … 175 175 * the name of the group of icons, either "ui" or "social". 176 176 * 177 * @since 1.0.0177 * @since Twenty Twenty-One 1.0 178 178 * 179 179 * @param array $arr Array of icons. … … 199 199 * @access public 200 200 * 201 * @since 1.0.0201 * @since Twenty Twenty-One 1.0 202 202 * 203 203 * @param string $uri Social link. … … 218 218 * specify all the domains it covers (including the .com TLD too, if applicable). 219 219 * 220 * @since 1.0.0220 * @since Twenty Twenty-One 1.0 221 221 * 222 222 * @param array $social_icons_map Array of default social icons. … … 227 227 * Filters Twenty Twenty-One's array of social icons. 228 228 * 229 * @since 1.0.0229 * @since Twenty Twenty-One 1.0 230 230 * 231 231 * @param array $social_icons Array of default social icons.
Note: See TracChangeset
for help on using the changeset viewer.