Skip to content

Commit

Permalink
Twenty Nineteen: Remove trailing spaces in DocBlocks.
Browse files Browse the repository at this point in the history
Follow-up to [59102].

Props mukesh27.
See #62112.

git-svn-id: https://develop.svn.wordpress.org/trunk@59103 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Sep 27, 2024
1 parent 0edee27 commit aa75e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wp-content/themes/twentynineteen/inc/icon-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

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

/**
* Detects the social network from a URL and returns the SVG code for its icon.
*
*
* @param string $uri The URL of the social network link.
* @param int $size The desired width and height for the SVG icon.
*/
Expand Down

0 comments on commit aa75e02

Please sign in to comment.