Changeset 8604
- Timestamp:
- 08/10/2008 02:12:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-admin/includes/media.php
r8417 r8604 282 282 $keys = array_keys($_POST['send']); 283 283 $send_id = (int) array_shift($keys); 284 $attachment = $_POST['attachments'][$send_id];284 $attachment = stripslashes_deep( $_POST['attachments'][$send_id] ); 285 285 $html = $attachment['post_title']; 286 286 if ( !empty($attachment['url']) ) {
Note: See TracChangeset
for help on using the changeset viewer.