Changeset 7137 for trunk/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 06/03/2013 12:37:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-theme-compatibility.php
r7132 r7137 352 352 // Switch defaults if post is set 353 353 if ( isset( $wp_query->post ) ) { 354 $dummy = bbp_parse_args( $args, array(354 $dummy = wp_parse_args( $args, array( 355 355 'ID' => $wp_query->post->ID, 356 356 'post_status' => $wp_query->post->post_status, … … 387 387 $dummy = wp_parse_args( $args, array( 388 388 'ID' => -9999, 389 'post_status' => bbp_get_public_status_id(),389 'post_status' => 'public', 390 390 'post_author' => 0, 391 391 'post_parent' => 0,
Note: See TracChangeset
for help on using the changeset viewer.