Changeset 4122 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
- Timestamp:
- 09/23/2016 10:11:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
r4093 r4122 33 33 <p class="bbp-reply-post-date"><a href="<?php bbp_reply_url(); ?>" title="#<?php bbp_reply_id(); ?>" class="bbp-reply-permalink"><?php bbp_reply_post_date( bbp_get_reply_id(), true ); ?></a></p> 34 34 35 <?php if ( is_super_admin() ) : ?>35 <?php if ( current_user_can( 'moderate', bbp_get_reply_topic_id() ) ) : ?> 36 36 37 37 <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.