Skip to:
Content

bbPress.org


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

Topics:

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

Legend:

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

    r4508 r4532  
    14961496
    14971497    // Allow access to be filtered
    1498     return (bool) apply_filters( 'bbp_current_user_can_publish_forums', $retval );
     1498    return (bool) apply_filters( 'bbp_current_user_can_publish_topics', $retval );
    14991499}
    15001500
Note: See TracChangeset for help on using the changeset viewer.