Making WordPress.org


Ignore:
Timestamp:
09/23/2016 10:11:40 PM (8 years ago)
Author:
coffee2code
Message:

Forums Theme: Permit moderators to see reply IP addresses.

See #1967.

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  
    3333        <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>
    3434
    35         <?php if ( is_super_admin() ) : ?>
     35        <?php if ( current_user_can( 'moderate', bbp_get_reply_topic_id() ) ) : ?>
    3636
    3737            <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?>
Note: See TracChangeset for help on using the changeset viewer.