Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#10634 closed task (blessed) (fixed)

Need hook for generating autosave nonce for custom post_types

Reported by: prettyboymp's profile prettyboymp Owned by:
Milestone: 2.9 Priority: normal
Severity: normal Version: 2.8.4
Component: General Keywords: has-patch
Focuses: Cc:

Description

The autosave-generate-nonces action in admin-ajax.php only allows handling of page and post post_types. We need a hook available to allow custom post_types to also return an autosave nonce.

Attachments (1)

autosave_nonce_action.patch (330 bytes) - added by prettyboymp 15 years ago.

Download all attachments as: .zip

Change History (3)

#1 @scribu
15 years ago

  • Milestone changed from Unassigned to 2.9
  • Type changed from enhancement to task (blessed)

#2 @ryan
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [11851]) Add autosave_generate_nonces action. Props prettyboymp. fixes #10634

Note: See TracTickets for help on using tickets.