Changeset 4126 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic-lead.php
- Timestamp:
- 09/24/2016 06:16:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic-lead.php
r4124 r4126 28 28 <p class="bbp-topic-post-date"><a href="<?php bbp_topic_permalink(); ?>" title="#<?php bbp_topic_id(); ?>" class="bbp-topic-permalink"><?php bbp_topic_post_date( bbp_get_topic_id(), true ); ?></a></p> 29 29 30 <?php if ( current_user_can( 'moderate', bbp_ topic_id() ) ) : ?>30 <?php if ( current_user_can( 'moderate', bbp_get_topic_id() ) ) : ?> 31 31 32 32 <?php do_action( 'bbp_theme_before_topic_author_admin_details' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.