Changeset 7322 for trunk/src/includes/replies/template.php
- Timestamp:
- 06/30/2025 03:55:15 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r7276 r7322 1596 1596 1597 1597 // Build the URI and return value 1598 $uri = remove_query_arg( array( 'bbp_reply_to' ) ); 1599 $uri = add_query_arg( array( 'bbp_reply_to' => $reply->ID ) ); 1598 $uri = bbp_get_reply_url( $reply->ID ); 1599 $uri = strtok( $uri, "#" ); 1600 $uri = add_query_arg( array( 'bbp_reply_to' => $reply->ID ), $uri ); 1600 1601 $uri = wp_nonce_url( $uri, 'respond_id_' . $reply->ID ); 1601 1602 $uri = $uri . '#new-post';
Note: See TracChangeset
for help on using the changeset viewer.