Changeset 2858
- Timestamp:
- 03/31/2016 08:59:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/query-modifications.php
r2769 r2858 33 33 $query->query_vars['browse'] = 'favorites'; 34 34 } 35 36 // eliminate draft posts from showing up in the directory 37 $query->query_vars['post_status'] = 'publish'; 35 38 36 39 switch ( $query->query_vars['browse'] ) {
Note: See TracChangeset
for help on using the changeset viewer.