Opened 17 years ago
Closed 16 years ago
#7332 closed defect (bug) (worksforme)
Filters not handling "Press This" properly
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.6 |
Component: | Administration | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
Using the filter 'content_save_pre' or 'content_filtered_save_pre' does not gather the post content when adding content via the Press This feature.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Press This uses wp_insert_post() just like the regular write post screen, so both of those filters should be run.