Opened 18 years ago
Closed 18 years ago
#6964 closed defect (bug) (fixed)
Add default meta boxes via add_meta_box()
| Reported by: | ryan | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch does the cats and tags boxes on the edit post page as an example. Also adds remove_meta_box() API.