Make WordPress Core


Ignore:
Timestamp:
06/28/2020 02:00:26 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Replace "html" and "xhtml" instances in DocBlocks and comments with "HTML" and "XHTML".

This ensures consistent capitalization where appropriate.

Props navidos, desrosj.
Fixes #50473.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php

    r48109 r48199  
    7171     * Filters the arguments for `twentytwenty_site_logo()`.
    7272     *
    73      * @param string $html      Compiled html based on our arguments.
     73     * @param string $html      Compiled HTML based on our arguments.
    7474     * @param array  $args      Parsed arguments.
    7575     * @param string $classname Class name based on current view, home or single.
     
    104104
    105105    /**
    106      * Filters the html for the site description.
     106     * Filters the HTML for the site description.
    107107     *
    108108     * @since Twenty Twenty 1.0
     
    327327
    328328                /**
    329                  * Fires before post meta html display.
     329                 * Fires before post meta HTML display.
    330330                 *
    331331                 * Allow output of additional post meta info to be added by child themes and plugins.
     
    454454
    455455                /**
    456                  * Fires after post meta html display.
     456                 * Fires after post meta HTML display.
    457457                 *
    458458                 * Allow output of additional post meta info to be added by child themes and plugins.
Note: See TracChangeset for help on using the changeset viewer.