Ticket #3308: fix_typo.patch
File fix_typo.patch, 602 bytes (added by , 5 years ago) |
---|
-
bbpress.php
274 274 $this->current_topic_id = 0; // Current topic id 275 275 $this->current_reply_id = 0; // Current reply id 276 276 $this->current_topic_tag_id = 0; // Current topic tag id 277 $this->current_user_id = 0; // Current topic tagid277 $this->current_user_id = 0; // Current user id 278 278 279 279 $this->forum_query = new WP_Query(); // Main forum query 280 280 $this->topic_query = new WP_Query(); // Main topic query