Make WordPress Core


Ignore:
Timestamp:
02/03/2023 01:33:18 PM (2 years ago)
Author:
audrasjb
Message:

HTTP API: Fix request header inconsistencies.

This changeset improves the consistency in capitalization of fetching and outputting of request headers. It also updates occurrences found in some docblocks.

Props johnjamesjacoby, costdev, audrasjb, petitphp, mhkuu, SergeyBiryukov.
Fixes #54225.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r55111 r55210  
    25332533    /*
    25342534     * This function does not use wp_send_json_success() / wp_send_json_error()
    2535      * as the html4 Plupload handler requires a text/html content-type for older IE.
     2535     * as the html4 Plupload handler requires a text/html Content-Type for older IE.
    25362536     * See https://core.trac.wordpress.org/ticket/31037
    25372537     */
Note: See TracChangeset for help on using the changeset viewer.