Changeset 3471 for branches/plugin/bbp-includes/bbp-core-compatibility.php
- Timestamp:
- 08/29/2011 07:59:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-compatibility.php
r3462 r3471 1210 1210 */ 1211 1211 function bbp_redirect_canonical( $redirect_url ) { 1212 global $wp_rewrite;1213 1212 1214 1213 // Canonical is for the beautiful 1215 if ( $wp_rewrite->using_permalinks() ) {1214 if ( bbp_using_permalinks() ) { 1216 1215 1217 1216 // If viewing beyond page 1 of several
Note: See TracChangeset
for help on using the changeset viewer.