Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/26/2017 09:32:33 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Replies: fix incorrect inline doc in bbp_current_user_can_access_create_reply_form().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/template.php

    r6415 r6427  
    24032403        $retval = bbp_current_user_can_publish_replies();
    24042404
    2405     // User can edit this topic
     2405    // User can edit this reply
    24062406    } elseif ( bbp_is_reply_edit() ) {
    24072407        $retval = current_user_can( 'edit_reply', bbp_get_reply_id() );
Note: See TracChangeset for help on using the changeset viewer.