Make WordPress Core


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

    r48185 r48199  
    27352735    }
    27362736
    2737     // Now do a GET since we're going to look in the html headers (and we're sure it's not a binary file).
     2737    // Now do a GET since we're going to look in the HTML headers (and we're sure it's not a binary file).
    27382738    $response = wp_safe_remote_get(
    27392739        $url,
Note: See TracChangeset for help on using the changeset viewer.