Changeset 4458 for trunk/wp-includes/classes.php
- Timestamp:
- 11/08/2006 09:23:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r4291 r4458 689 689 690 690 $x = ''; 691 $x .= "<response action=' $action_$id'>"; // The action attribute in the xml output is formatted like a nonce action691 $x .= "<response action='{$action}_$id'>"; // The action attribute in the xml output is formatted like a nonce action 692 692 $x .= "<$what id='$id'" . ( false !== $old_id ? "old_id='$old_id'>" : '>' ); 693 693 $x .= $response;
Note: See TracChangeset
for help on using the changeset viewer.