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-admin/includes/template.php

    r48168 r48199  
    924924
    925925/**
    926  * Print out option html elements for role selectors.
     926 * Print out option HTML elements for role selectors.
    927927 *
    928928 * @since 2.1.0
     
    15671567 *
    15681568 * The $callback argument should be the name of a function that echoes out the
    1569  * html input tags for this setting field. Use get_option() to retrieve existing
     1569 * HTML input tags for this setting field. Use get_option() to retrieve existing
    15701570 * values to show.
    15711571 *
     
    19191919 * Displays the post password.
    19201920 *
    1921  * The password is passed through esc_attr() to ensure that it is safe for placing in an html attribute.
     1921 * The password is passed through esc_attr() to ensure that it is safe for placing in an HTML attribute.
    19221922 *
    19231923 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.