- Timestamp:
- 07/03/2021 09:13:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/svg-icons.php
r47122 r51322 13 13 * Output and get the SVG markup for an icon in the TwentyTwenty_SVG_Icons class. 14 14 * 15 * @since Twenty Twenty 1.0 16 * 15 17 * @param string $svg_name The name of the icon. 16 * @param string $group The group the icon belongs to.17 * @param string $color Color code.18 * @param string $group The group the icon belongs to. 19 * @param string $color Color code. 18 20 */ 19 21 function twentytwenty_the_theme_svg( $svg_name, $group = 'ui', $color = '' ) { … … 27 29 * Get information about the SVG icon. 28 30 * 31 * @since Twenty Twenty 1.0 32 * 29 33 * @param string $svg_name The name of the icon. 30 * @param string $group The group the icon belongs to.31 * @param string $color Color code.34 * @param string $group The group the icon belongs to. 35 * @param string $color Color code. 32 36 */ 33 37 function twentytwenty_get_theme_svg( $svg_name, $group = 'ui', $color = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.