#24303 closed defect (bug) (fixed)
Cite correct hook in _post_formats_fix_empty_title() docs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | minor | Version: | 3.6 |
| Component: | Inline Docs | Keywords: | has-patch |
| Focuses: | Cc: |
Description
_post_formats_fix_empty_title() hooks to the wp_insert_post_data filter not the save_post hook. Patch corrects the inline docs.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
[24043] leaves a false impression that
wp_insert_post_datais an action.We should make it clear that it's a filter: 24303.2.diff.