Make WordPress Core


Ignore:
Timestamp:
11/27/2012 02:58:08 PM (12 years ago)
Author:
ryan
Message:

Back compat $_REQUESTpost_id? for media XHR requests.

Props koopersmith, nacin.
fixes #22588

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r22833 r22865  
    325325            'saveAttachmentNonce' => wp_create_nonce( 'save-attachment' ),
    326326            'ajaxurl' => admin_url( 'admin-ajax.php', 'relative' ),
     327            'postId'  => 0,
    327328        ),
    328329    ) );
Note: See TracChangeset for help on using the changeset viewer.