Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/03/2013 12:37:59 PM (12 years ago)
Author:
boonebgorges
Message:

Removes bbp_ copypasta introduced in r7132

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-theme-compatibility.php

    r7132 r7137  
    352352    // Switch defaults if post is set
    353353    if ( isset( $wp_query->post ) ) {
    354         $dummy = bbp_parse_args( $args, array(
     354        $dummy = wp_parse_args( $args, array(
    355355            'ID'                    => $wp_query->post->ID,
    356356            'post_status'           => $wp_query->post->post_status,
     
    387387        $dummy = wp_parse_args( $args, array(
    388388            'ID'                    => -9999,
    389             'post_status'           => bbp_get_public_status_id(),
     389            'post_status'           => 'public',
    390390            'post_author'           => 0,
    391391            'post_parent'           => 0,
Note: See TracChangeset for help on using the changeset viewer.