Changeset 51294 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php
- Timestamp:
- 07/01/2021 12:58:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php
r49826 r51294 24 24 /** 25 25 * User Interface icons – svg sources. 26 *27 * @access protected28 26 * 29 27 * @since Twenty Twenty-One 1.0 … … 42 40 /** 43 41 * Social Icons – svg sources. 44 *45 * @access protected46 42 * 47 43 * @since Twenty Twenty-One 1.0 … … 149 145 * @static 150 146 * 151 * @access public 152 * 153 * @since Twenty Twenty-One 1.0 154 * 155 * @param string $group the icon group. 156 * @param string $icon The icon. 157 * @param int $size The icon-size in pixels. 158 * 147 * @since Twenty Twenty-One 1.0 148 * 149 * @param string $group The icon group. 150 * @param string $icon The icon. 151 * @param int $size The icon-size in pixels. 159 152 * @return string 160 153 */ … … 197 190 * @static 198 191 * 199 * @access public 200 * 201 * @since Twenty Twenty-One 1.0 202 * 203 * @param string $uri Social link. 192 * @since Twenty Twenty-One 1.0 193 * 194 * @param string $uri Social link. 204 195 * @param int $size The icon-size in pixels. 205 *206 196 * @return string|null 207 197 */
Note: See TracChangeset
for help on using the changeset viewer.