Ticket #2529: meta-2529.patch
File meta-2529.patch, 782 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-user-moderation/inc/class-plugin.php
92 92 */ 93 93 public function posts_where( $where ) { 94 94 global $wpdb; 95 if ( bbp_is_single_forum() || bbp_is_single_topic() ) {95 if ( did_action( 'wp' ) && ( bbp_is_single_forum() || bbp_is_single_topic() ) ) { 96 96 if ( 97 97 strpos( $where, $wpdb->prepare( "$wpdb->posts.post_type = %s", bbp_get_topic_post_type() ) ) !== false 98 98 ||