Ticket #4629 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

deleted_link action is never called

Reported by: nbachiyski Assigned to: anonymous
Priority: normal Milestone: 2.2.2
Component: Administration Version: 2.2.1
Severity: normal Keywords: has-patch links
Cc:

Description

The wp_delete_link function returns before the execution of the deleted_link action.

Attachments

link_deleted-hook.diff (0.5 kB) - added by nbachiyski on 07/13/07 15:40:25.

Change History

07/13/07 15:40:25 changed by nbachiyski

  • attachment link_deleted-hook.diff added.

07/13/07 18:30:06 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5798]) Don't return before doing actions. Props nbachiyski. fixes #4629 for 2.2

07/13/07 18:45:08 changed by foolswisdom

Previously fixed on trunk with [5556] [5564].