Twenty Nineteen: Remove trailing spaces in DocBlocks.
Follow-up to [59102]. Props mukesh27. See #62112. Built from https://develop.svn.wordpress.org/trunk@59103 git-svn-id: http://core.svn.wordpress.org/trunk@58499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d6a8139302
commit
11e422b785
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-59102';
|
||||
$wp_version = '6.7-alpha-59103';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue