Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r48101 r48102  
    590590 *
    591591 * @param string $template front-page.php.
    592  *
    593  * @return string The template to be used: blank if is_home() is true (defaults to index.php), else $template.
     592 * @return string The template to be used: blank if is_home() is true (defaults to index.php),
     593 *                otherwise $template.
    594594 */
    595595function twentyseventeen_front_page_template( $template ) {
     
    618618
    619619/**
    620  * Get unique ID.
     620 * Gets unique ID.
    621621 *
    622622 * This is a PHP implementation of Underscore's uniqueId method. A static variable
Note: See TracChangeset for help on using the changeset viewer.