Changeset 5827 for trunk/src/includes/replies/functions.php
- Timestamp:
- 07/14/2015 12:31:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r5825 r5827 1249 1249 * and destination topic ids 1250 1250 * @uses bbp_get_reply_post_type() To get the reply post type 1251 * @uses wpdb::prepare() To prepare our sql query1252 * @uses wpdb::get_results() To execute the sql query and get results1253 1251 * @uses wp_update_post() To update the replies 1254 1252 * @uses bbp_update_reply_topic_id() To update the reply topic id … … 2112 2110 /** Proceed ***************************************************************/ 2113 2111 2114 global $wpdb;2115 2116 2112 // Table name for posts 2117 $table_name = $wpdb->prefix . 'posts';2113 $table_name = bbp_db()->prefix . 'posts'; 2118 2114 2119 2115 // Get the topic ID from the post_parent, set in bbp_has_replies()
Note: See TracChangeset
for help on using the changeset viewer.