Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/25/2016 01:23:29 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Moderators: pass current forum/topic/reply ID into moderate capability checks, providing additional context about what's being moderated so more targeted decisions can be made.

See #459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-topic.php

    r5868 r6032  
    130130                    <?php endif; ?>
    131131
    132                     <?php if ( current_user_can( 'moderate' ) ) : ?>
     132                    <?php if ( current_user_can( 'moderate', bbp_get_topic_id() ) ) : ?>
    133133
    134134                        <?php do_action( 'bbp_theme_before_topic_form_type' ); ?>
Note: See TracChangeset for help on using the changeset viewer.