Changeset 60536 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
- Timestamp:
- 08/03/2025 03:25:29 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php
r56547 r60536 11 11 /** 12 12 * SVG ICONS CLASS 13 * Retrieve the SVG code for the specified icon. Based on a solution in Twenty Nineteen.13 * Retrieves the SVG code for the specified icon. Based on a solution in Twenty Nineteen. 14 14 * 15 15 * @since Twenty Twenty 1.0 … … 18 18 /** 19 19 * GET SVG CODE 20 * Get the SVG code for the specified icon20 * Gets the SVG code for the specified icon. 21 21 * 22 22 * @since Twenty Twenty 1.0 … … 121 121 /** 122 122 * ICON STORAGE 123 * Store the code for all SVGs in an array.123 * Stores the code for all SVGs in an array. 124 124 * 125 125 * @since Twenty Twenty 1.0
Note: See TracChangeset
for help on using the changeset viewer.