Changeset 3773 for branches/plugin/bbp-includes/bbp-reply-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-reply-template.php
r3758 r3773 1519 1519 // Pretty permalinks 1520 1520 if ( $wp_rewrite->using_permalinks() ) { 1521 $url = $reply_link. $bbp->edit_id;1521 $url = trailingslashit( $reply_link ) . $bbp->edit_id; 1522 1522 $url = trailingslashit( $url ); 1523 1523
Note: See TracChangeset
for help on using the changeset viewer.