Opened 17 years ago
Closed 17 years ago
#6964 closed defect (bug) (fixed)
Add default meta boxes via add_meta_box()
Reported by: | ryan | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The default meta boxes on the post, page, and link edit page are hard-coded into the template. To allow the default meta boxes to be removed and replaced, they should be added via add_meta_box().
Attachments (2)
Change History (11)
Note: See
TracTickets for help on using
tickets.
Patch does the cats and tags boxes on the edit post page as an example. Also adds remove_meta_box() API.