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-includes/class-wp-ajax-response.php

    r48067 r48199  
    5656     *                                         `old_id` attribute. False hides the attribute. Default false.
    5757     *     @type string          $position     Value of the response type `position` attribute. Accepts 1 (bottom),
    58      *                                         -1 (top), html ID (after), or -html ID (before). Default 1 (bottom).
     58     *                                         -1 (top), HTML ID (after), or -HTML ID (before). Default 1 (bottom).
    5959     *     @type string|WP_Error $data         The response content/message. Also accepts a WP_Error object if the
    6060     *                                         ID does not exist. Default empty.
Note: See TracChangeset for help on using the changeset viewer.