Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-ajax-response.php

    r45667 r47122  
    130130                }
    131131                $x  = '';
    132                 $x .= "<response action='{$action}_$id'>"; // The action attribute in the xml output is formatted like a nonce action
     132                $x .= "<response action='{$action}_$id'>"; // The action attribute in the xml output is formatted like a nonce action.
    133133                $x .= "<$what id='$id' " . ( false === $old_id ? '' : "old_id='$old_id' " ) . "position='$position'>";
    134134                $x .= $response;
Note: See TracChangeset for help on using the changeset viewer.