Make WordPress Core

Opened 14 years ago

Closed 12 years ago

Last modified 12 years ago

#21253 closed enhancement (invalid)

Replaces deprecated get_delete_post_link in class-wp-posts-list-table.php

Reported by: c3mdigital's profile c3mdigital Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.1
Component: Posts, Post Types Keywords: has-patch
Focuses: Cc:

Description

Changing the ajax nonce actions from post-post_type_ to post_ in #21194 allows us to change deprecated get_delete_post_link() to wp_nonce_url() in class-wp-posts-list-table.php. Patch requires #21194 to work on custom post types.

Attachments (1)

21253.patch (1.8 KB) - added by c3mdigital 14 years ago.

Download all attachments as: .zip

Change History (3)

@c3mdigital
14 years ago

#1 @chriscct7
12 years ago

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

This function is not truly deprecated, the function just has a deprecated parameter in it that is unused. Closing as invalid.

Last edited 12 years ago by chriscct7 (previous) (diff)

#2 @SergeyBiryukov
12 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.