Changeset 7299
- Timestamp:
- 06/25/2025 12:05:40 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r7275 r7299 2330 2330 2331 2331 // Get any existing not-in queries 2332 $not_in = $posts_query->get( 'post__not_in', array() );2332 $not_in = (array) $posts_query->get( 'post__not_in', array() ); 2333 2333 2334 2334 // Add our not-in to existing
Note: See TracChangeset
for help on using the changeset viewer.