#3280 closed defect (bug) (fixed)
Sorry, you are not allowed to edit the _bbp_topic_count custom field
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6.1 | Priority: | high |
| Severity: | major | Version: | trunk |
| Component: | API - Registration | Keywords: | commit |
| Cc: |
Description
Reported in the forums:
https://bbpress.org/forums/topic/not-allowed-to-edit-the-_bbp_topic_count-custom-field
This is happening because many of the registered meta-data keys start with _ to hide them from the WordPress custom fields box, but without an explicitly set auth_callback they are assumed to protected, causing __return_false to be used.
Patch & commit imminent.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Allow count meta data to be updated/deleted by anyone.