Changeset 47122 for trunk/src/wp-includes/class-wp-ajax-response.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-ajax-response.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-ajax-response.php
r45667 r47122 130 130 } 131 131 $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. 133 133 $x .= "<$what id='$id' " . ( false === $old_id ? '' : "old_id='$old_id' " ) . "position='$position'>"; 134 134 $x .= $response;
Note: See TracChangeset
for help on using the changeset viewer.