Make WordPress Core


Ignore:
Timestamp:
12/03/2012 07:17:10 AM (12 years ago)
Author:
ryan
Message:

In the QuickPress media modal, use the new post id when a post is published.

Props nacin, koopersmith
fixes #22673

File:
1 edited

Legend:

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

    r22947 r22994  
    324324        'settings' => array(
    325325            'ajaxurl' => admin_url( 'admin-ajax.php', 'relative' ),
    326             'postId'  => 0,
     326            'post' => array( 'id' => 0 ),
    327327        ),
    328328    ) );
Note: See TracChangeset for help on using the changeset viewer.