Make WordPress Core


Ignore:
Timestamp:
11/08/2006 09:23:41 PM (18 years ago)
Author:
ryan
Message:

Ajax plugin tweakage from mdawaffe. fixes #3334

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r4291 r4458  
    689689
    690690        $x = '';
    691         $x .= "<response action='$action_$id'>"; // The action attribute in the xml output is formatted like a nonce action
     691        $x .= "<response action='{$action}_$id'>"; // The action attribute in the xml output is formatted like a nonce action
    692692        $x .=   "<$what id='$id'" . ( false !== $old_id ? "old_id='$old_id'>" : '>' );
    693693        $x .=       $response;
Note: See TracChangeset for help on using the changeset viewer.