Changeset 5010 for trunk/includes/forums/functions.php
- Timestamp:
- 07/10/2013 04:29:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/forums/functions.php
r5006 r5010 1695 1695 1696 1696 // Add the statuses 1697 $posts_query->set( 'post_status', $post_stati);1697 $posts_query->set( 'post_status', array_unique( array_filter( $post_stati ) ) ); 1698 1698 } 1699 1699
Note: See TracChangeset
for help on using the changeset viewer.