Opened 17 years ago
Closed 16 years ago
#1216 closed defect (bug) (fixed)
Akismet statitics page bug
| Reported by: | hpguru | Owned by: | chrishajer |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.3 |
| Component: | General - Administration | Version: | 1.0.2 |
| Severity: | normal | Keywords: | akismet has-patch |
| Cc: |
Description
Akismet options page says show "This page is displayed moderators, or greater, in their capacity as the user level.". Moderators can see bar Akismet stats in admin, but they were directed to the Forum homepage. Administrator has access to that normally.
Attachments (2)
Change History (7)
#1
@
17 years ago
I've also noticed there's a
function bb_ksd_configuration_page_add()
{
bb_admin_add_submenu( __( 'Akismet' ), 'moderate', 'bb_ksd_configuration_page', 'options-general.php' );
}
part in the code. Shouldn't this part be "use_keys" instead of moderate? If so, I think we had a little mix-up here. :)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch for the related issue. Replaces "use_keys" privilege requirement with "moderate".