Skip to:
Content

bbPress.org

Changeset 3962


Ignore:
Timestamp:
06/14/2012 04:26:12 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Admin:

  • Fix duplicate separator when user cannot see forum content.
  • Fixes #1848.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-functions.php

    r3894 r3962  
    2626
    2727        // Prevent duplicate separators when no core menu items exist
    28         if ( !current_user_can( 'edit_posts' ) )
     28        if ( !current_user_can( 'manage_options' ) )
    2929                return;
    3030
Note: See TracChangeset for help on using the changeset viewer.