Changeset 4761
- Timestamp:
- 02/07/2013 02:38:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/functions.php
r4748 r4761 1741 1741 return $where; 1742 1742 1743 // Bail if including or excluding specific post ID's 1744 if ( $query->get( 'post__not_in' ) || $query->get( 'post__in' ) ) 1745 return $where; 1746 1743 1747 global $wpdb; 1744 1748
Note: See TracChangeset
for help on using the changeset viewer.