Changeset 59103
- Timestamp:
- 09/27/2024 04:23:34 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/icon-functions.php
r59102 r59103 10 10 /** 11 11 * Gets the SVG code for a given icon. 12 * 12 * 13 13 * @param string $icon The specific icon to retrieve. 14 14 * @param int $size The desired width and height for the SVG icon. … … 20 20 /** 21 21 * Gets the SVG code for a given social icon. 22 * 22 * 23 23 * @param string $icon The specific icon to retrieve. 24 24 * @param int $size The desired width and height for the SVG icon. … … 30 30 /** 31 31 * Detects the social network from a URL and returns the SVG code for its icon. 32 * 32 * 33 33 * @param string $uri The URL of the social network link. 34 34 * @param int $size The desired width and height for the SVG icon.
Note: See TracChangeset
for help on using the changeset viewer.