Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/12/2017 11:08:35 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Moderators: Allow moderators to see topic/reply author IP addresses.

Fixes #2975.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/loop-single-reply.php

    r5770 r6223  
    4141        <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>
    4242
    43         <?php if ( bbp_is_user_keymaster() ) : ?>
     43        <?php if ( current_user_can( 'moderate', bbp_get_reply_id() ) ) : ?>
    4444
    4545            <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?>
Note: See TracChangeset for help on using the changeset viewer.