Changeset 14987 for trunk/wp-admin/includes/media.php
- Timestamp:
- 05/27/2010 11:42:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r14930 r14987 1533 1533 media_upload_header(); 1534 1534 1535 $post_id = i ntval($_REQUEST['post_id']);1535 $post_id = isset( $_REQUEST['post_id'] )? intval( $_REQUEST['post_id'] ) : 0; 1536 1536 1537 1537 $form_action_url = admin_url("media-upload.php?type=$type&tab=type&post_id=$post_id");
Note: See TracChangeset
for help on using the changeset viewer.