Make WordPress Core


Ignore:
Timestamp:
11/26/2012 10:03:37 PM (13 years ago)
Author:
ryan
Message:

In media_buttons(), consult global post_ID if get_post() comes up with nothing.
Default postID to 0 in wp_enqueue_media().

Props nacin
fixes #22085

File:
1 edited

Legend:

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

    r22832 r22846  
    13941394            'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ),
    13951395        ),
     1396        'postId'    => 0,
    13961397    );
    13971398
Note: See TracChangeset for help on using the changeset viewer.