Make WordPress Core


Ignore:
Timestamp:
12/14/2015 05:20:25 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize 'URL' correctly in the_guid() DocBlock. Fix a typo.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r35867 r35920  
    162162 * Display the Post Global Unique Identifier (guid).
    163163 *
    164  * The guid will appear to be a link, but should not be used as an link to the
     164 * The guid will appear to be a link, but should not be used as a link to the
    165165 * post. The reason you should not use it as a link, is because of moving the
    166166 * blog across domains.
    167167 *
    168  * Url is escaped to make it xml safe
     168 * URL is escaped to make it XML-safe.
    169169 *
    170170 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.