Ticket #6508: media.patch
| File media.patch, 559 bytes (added by Dickie, 4 years ago) |
|---|
-
trunk/wp-includes/media.php
352 352 353 353 $id = intval($id); 354 354 $orderby = addslashes($orderby); 355 $attachments = get_children("post_parent=$id&post_type=attachment&post_mime_type=image&order by=\"{$orderby}\"");355 $attachments = get_children("post_parent=$id&post_type=attachment&post_mime_type=image&order=&orderby={$orderby}"); 356 356 357 357 if ( empty($attachments) ) 358 358 return '';
