Changeset 61302 for trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
- Timestamp:
- 11/25/2025 05:00:39 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
r59090 r61302 28 28 * @param string $icon The specific icon to retrieve. 29 29 * @param int $size The desired width and height for the SVG icon. 30 * @return string|null SVG code for the icon, or null if not found. 30 31 */ 31 32 public static function get_svg( $group, $icon, $size ) { … … 52 53 * @param string $uri The URL of the social network link. 53 54 * @param int $size The desired width and height for the SVG icon. 55 * @return string|null SVG code for the social link icon, or null if not found. 54 56 */ 55 57 public static function get_social_link_svg( $uri, $size ) {
Note: See TracChangeset
for help on using the changeset viewer.