Skip to:
Content

bbPress.org

Changeset 4531


Ignore:
Timestamp:
11/28/2012 12:02:07 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Topics:

  • Use correct filter in bbp_current_user_can_publish_topics().
  • Props netweb.
  • Fixes #2072 (2.2 branch)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/includes/users/template-tags.php

    r4365 r4531  
    15101510
    15111511    // Allow access to be filtered
    1512     return (bool) apply_filters( 'bbp_current_user_can_publish_forums', $retval );
     1512    return (bool) apply_filters( 'bbp_current_user_can_publish_topics', $retval );
    15131513}
    15141514
Note: See TracChangeset for help on using the changeset viewer.