Changeset 4063 for branches/plugin/bbp-includes/bbp-reply-functions.php
- Timestamp:
- 07/06/2012 12:11:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r4062 r4063 1401 1401 1402 1402 // The text to replace it with 1403 $replace = "FORCE INDEX (PRIMARY, post_parent) WHERE 1=1 AND ({$table_name}.ID = {$topic_id} OR wp_posts.post_parent = {$topic_id})";1403 $replace = "FORCE INDEX (PRIMARY, post_parent) WHERE 1=1 AND ({$table_name}.ID = {$topic_id} OR {$table_name}.post_parent = {$topic_id})"; 1404 1404 1405 1405 // Try to replace the search text with the replacement
Note: See TracChangeset
for help on using the changeset viewer.