Changeset 6967 for trunk/src/includes/topics/template.php
- Timestamp:
- 11/19/2019 05:47:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r6923 r6967 2461 2461 // https://bbpress.trac.wordpress.org/ticket/3054 2462 2462 if ( false === strpos( $topic_link, '?' ) ) { 2463 $url = trailingslashit( $topic_link ) . bbp_get_edit_ rewrite_id();2463 $url = trailingslashit( $topic_link ) . bbp_get_edit_slug(); 2464 2464 $url = user_trailingslashit( $url ); 2465 2465 … … 3584 3584 // Pretty or ugly URL 3585 3585 $retval = bbp_use_pretty_urls() 3586 ? user_trailingslashit( trailingslashit( bbp_get_topic_tag_link() ) . bbp_get_edit_ rewrite_id() )3586 ? user_trailingslashit( trailingslashit( bbp_get_topic_tag_link() ) . bbp_get_edit_slug() ) 3587 3587 : add_query_arg( array( bbp_get_edit_rewrite_id() => '1' ), bbp_get_topic_tag_link() ); 3588 3588
Note: See TracChangeset
for help on using the changeset viewer.