Changeset 3773 for branches/plugin/bbp-includes/bbp-topic-template.php
- Timestamp:
- 02/28/2012 06:20:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-topic-template.php
r3760 r3773 2197 2197 // Pretty permalinks 2198 2198 if ( $wp_rewrite->using_permalinks() ) { 2199 $url = $topic_link. $bbp->edit_id;2199 $url = trailingslashit( $topic_link ) . $bbp->edit_id; 2200 2200 $url = trailingslashit( $url ); 2201 2201
Note: See TracChangeset
for help on using the changeset viewer.