Make WordPress Core


Ignore:
Timestamp:
06/25/2020 12:41:36 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Replace "AJAX" with "Ajax" in DocBlocks and comments, per the spelling glossary.

Props mukesh27, sabernhardt, SergeyBiryukov.
Fixes #50064.

File:
1 edited

Legend:

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

    r48126 r48168  
    35763576 */
    35773577function _ajax_wp_die_handler( $message, $title = '', $args = array() ) {
    3578     // Set default 'response' to 200 for AJAX requests.
     3578    // Set default 'response' to 200 for Ajax requests.
    35793579    $args = wp_parse_args(
    35803580        $args,
Note: See TracChangeset for help on using the changeset viewer.