Changeset 3429 for branches/plugin/bbp-includes/bbp-core-compatibility.php
- Timestamp:
- 08/20/2011 09:01:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-compatibility.php
r3422 r3429 1215 1215 if ( $wp_rewrite->using_permalinks() ) { 1216 1216 1217 // Only if paginating1217 // If viewing beyond page 1 of several 1218 1218 if ( 1 < bbp_get_paged() ) { 1219 1219 … … 1226 1226 $redirect_url = false; 1227 1227 } 1228 1229 // If editing a topic 1230 } elseif ( bbp_is_topic_edit() ) { 1231 $redirect_url = false; 1232 1233 // If editing a reply 1234 } elseif ( bbp_is_reply_edit() ) { 1235 $redirect_url = false; 1228 1236 } 1229 1237 }
Note: See TracChangeset
for help on using the changeset viewer.