- Timestamp:
- 08/03/2025 03:25:29 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/inc/svg-icons.php
r51322 r60536 10 10 if ( ! function_exists( 'twentytwenty_the_theme_svg' ) ) { 11 11 /** 12 * Output and Get Theme SVG. 13 * Output and get the SVG markup for an icon in the TwentyTwenty_SVG_Icons class. 12 * Outputs the SVG markup for an icon in the TwentyTwenty_SVG_Icons class. 14 13 * 15 14 * @since Twenty Twenty 1.0 … … 27 26 28 27 /** 29 * Get information about the SVG icon.28 * Gets information about the SVG icon. 30 29 * 31 30 * @since Twenty Twenty 1.0
Note: See TracChangeset
for help on using the changeset viewer.