Changeset 3962
- Timestamp:
- 06/14/2012 04:26:12 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-functions.php
r3894 r3962 26 26 27 27 // Prevent duplicate separators when no core menu items exist 28 if ( !current_user_can( ' edit_posts' ) )28 if ( !current_user_can( 'manage_options' ) ) 29 29 return; 30 30
Note: See TracChangeset
for help on using the changeset viewer.