Make WordPress Core


Ignore:
Timestamp:
06/28/2020 02:00:26 PM (3 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-includes/feed.php

    r48067 r48199  
    536536 * Determine the type of a string of data with the data formatted.
    537537 *
    538  * Tell whether the type is text, html, or xhtml, per RFC 4287 section 3.1.
     538 * Tell whether the type is text, HTML, or XHTML, per RFC 4287 section 3.1.
    539539 *
    540540 * In the case of WordPress, text is defined as containing no markup,
    541  * xhtml is defined as "well formed", and html as tag soup (i.e., the rest).
    542  *
    543  * Container div tags are added to xhtml values, per section 3.1.1.3.
     541 * XHTML is defined as "well formed", and HTML as tag soup (i.e., the rest).
     542 *
     543 * Container div tags are added to XHTML values, per section 3.1.1.3.
    544544 *
    545545 * @link http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.1
Note: See TracChangeset for help on using the changeset viewer.