mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@48199 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -535,12 +535,12 @@ function atom_enclosure() {
|
||||
/**
|
||||
* Determine the type of a string of data with the data formatted.
|
||||
*
|
||||
* Tell whether the type is text, html, or xhtml, per RFC 4287 section 3.1.
|
||||
* Tell whether the type is text, HTML, or XHTML, per RFC 4287 section 3.1.
|
||||
*
|
||||
* In the case of WordPress, text is defined as containing no markup,
|
||||
* xhtml is defined as "well formed", and html as tag soup (i.e., the rest).
|
||||
* XHTML is defined as "well formed", and HTML as tag soup (i.e., the rest).
|
||||
*
|
||||
* Container div tags are added to xhtml values, per section 3.1.1.3.
|
||||
* Container div tags are added to XHTML values, per section 3.1.1.3.
|
||||
*
|
||||
* @link http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section.3.1
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user