Changeset 59090 for trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
- Timestamp:
- 09/25/2024 06:06:27 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php
r56547 r59090 24 24 /** 25 25 * Gets the SVG code for a given icon. 26 * 27 * @param string $group The group of icons ('ui' or 'social'). 28 * @param string $icon The specific icon to retrieve. 29 * @param int $size The desired width and height for the SVG icon. 26 30 */ 27 31 public static function get_svg( $group, $icon, $size ) { … … 45 49 /** 46 50 * Detects the social network from a URL and returns the SVG code for its icon. 51 * 52 * @param string $uri The URL of the social network link. 53 * @param int $size The desired width and height for the SVG icon. 47 54 */ 48 55 public static function get_social_link_svg( $uri, $size ) {
Note: See TracChangeset
for help on using the changeset viewer.