Make WordPress Core

Changeset 59103


Ignore:
Timestamp:
09/27/2024 04:23:34 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Twenty Nineteen: Remove trailing spaces in DocBlocks.

Follow-up to [59102].

Props mukesh27.
See #62112.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/inc/icon-functions.php

    r59102 r59103  
    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.
     
    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.
     
    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.
Note: See TracChangeset for help on using the changeset viewer.