Changeset 7248 for trunk/src/includes/replies/template.php
- Timestamp:
- 03/08/2022 08:30:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r7240 r7248 466 466 $has_slug = ! empty( $topic ) ? $topic->post_name : ''; 467 467 $pretty = bbp_use_pretty_urls(); 468 $published = ! bbp_is_topic_pending( $topic_id );468 $published = bbp_is_topic_public( $topic_id ); 469 469 470 470 // Don't include pagination if on first page
Note: See TracChangeset
for help on using the changeset viewer.