Changeset 19720 for trunk/wp-admin/includes/post.php
- Timestamp:
- 01/09/2012 03:55:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r19687 r19720 974 974 975 975 function _edit_attachments_query_helper($where) { 976 return $where .= ' AND post_parent < 1'; 976 global $wpdb; 977 return $where .= " AND {$wpdb->posts}.post_parent < 1"; 977 978 } 978 979
Note: See TracChangeset
for help on using the changeset viewer.