Skip to content

Commit aa75e02

Browse files
Twenty Nineteen: Remove trailing spaces in DocBlocks.
Follow-up to [59102]. Props mukesh27. See #62112. git-svn-id: https://develop.svn.wordpress.org/trunk@59103 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0edee27 commit aa75e02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-content/themes/twentynineteen/inc/icon-functions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* Gets the SVG code for a given icon.
12-
*
12+
*
1313
* @param string $icon The specific icon to retrieve.
1414
* @param int $size The desired width and height for the SVG icon.
1515
*/
@@ -19,7 +19,7 @@ function twentynineteen_get_icon_svg( $icon, $size = 24 ) {
1919

2020
/**
2121
* Gets the SVG code for a given social icon.
22-
*
22+
*
2323
* @param string $icon The specific icon to retrieve.
2424
* @param int $size The desired width and height for the SVG icon.
2525
*/
@@ -29,7 +29,7 @@ function twentynineteen_get_social_icon_svg( $icon, $size = 24 ) {
2929

3030
/**
3131
* Detects the social network from a URL and returns the SVG code for its icon.
32-
*
32+
*
3333
* @param string $uri The URL of the social network link.
3434
* @param int $size The desired width and height for the SVG icon.
3535
*/

0 commit comments

Comments
 (0)