Changeset 7337
- Timestamp:
- 07/02/2025 03:21:58 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/extend/buddypress/groups.php
r7317 r7337 1512 1512 // Reply 1513 1513 case bbp_get_reply_post_type() : 1514 $topic_id = bbp_get_reply_topic_id( $post_id );1515 1514 $forum_id = bbp_get_reply_forum_id( $post_id ); 1516 1515 $url_end = trailingslashit( $this->reply_slug ) . get_post_field( 'post_name', $post_id ); … … 1519 1518 // Topic 1520 1519 case bbp_get_topic_post_type() : 1521 $topic_id = $post_id;1522 1520 $forum_id = bbp_get_topic_forum_id( $post_id ); 1523 1521 $url_end = trailingslashit( $this->topic_slug ) . get_post_field( 'post_name', $post_id );
Note: See TracChangeset
for help on using the changeset viewer.