Changeset 7002
- Timestamp:
- 11/24/2019 04:36:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/engagements.php
r6993 r7002 950 950 'post__in' => $object_ids 951 951 ); 952 953 // Or maybe include nothing 954 } else { 955 $args = array( 956 'post__in' => -1 // Tricks WP_Query into ".ID IN ()" 957 ); 952 958 } 953 959
Note: See TracChangeset
for help on using the changeset viewer.