Opened 18 years ago
Closed 18 years ago
#3097 closed defect (bug) (fixed)
#2390 and [4117] break ajax post meta and sometimes draft saving
Reported by: | mdawaffe | Owned by: | mdawaffe |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
[4117] causes wp_insert_post() to bail if the title and content are empty.
Ajax post meta is broken: When meta data is added on a fresh post (i.e., one that has not yet been saved to the DB), ajax post meta creates an empty post onto which it attaches the meta data. This is no longer possible.
Saving drafts is sometimes broken: Suppose someone starts writing the excerpt but does not yet have a title nor anything in the post box. Saving it as a draft kills their work.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
[4259] for the excerpt issue. Not sure what to do about ajax post meta. Use a temporary title?