Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4078 closed enhancement (fixed)

wp_delete_link: add an exit hook

Reported by: kevinb's profile kevinB Owned by: rob1n's profile rob1n
Milestone: 2.2 Priority: normal
Severity: normal Version:
Component: Administration Keywords: wp_delete_link hook has-patch commit
Focuses: Cc:

Description

Add an exit hook to wp_delete_link to support plugin operations following the deletion and cache cleaning (existing hook is applied prior to the deletion).

see #4055

Attachments (1)

admin-db~wp_delete_link.diff (422 bytes) - added by kevinB 18 years ago.
adds an exit hook to wp_delete_link

Download all attachments as: .zip

Change History (3)

@kevinB
18 years ago

adds an exit hook to wp_delete_link

#1 @rob1n
18 years ago

  • Keywords has-patch commit added
  • Owner changed from markjaquith to rob1n

Looks good.

#2 @rob1n
18 years ago

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

(In [5177]) Add exit hook to wp_delete_link(). Props kevinB. fixes #4078

Note: See TracTickets for help on using tickets.