Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 4 years ago

#6232 closed enhancement (fixed)

add_action for "related" links in the write/edit post screen

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

Description

Would make it possible for plugin authors to add their links to the manage pages for their plugins. I realize that there is a 'submitpost_box' action hook already but that is outside the list.

Attachments (1)

add_to_related_postbox.patch (502 bytes) - added by nerrad 17 years ago.
adds: do_action('relatedpost_box')

Download all attachments as: .zip

Change History (3)

@nerrad
17 years ago

adds: do_action('relatedpost_box')

#1 @westi
17 years ago

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

(In [7310]) Add an action to allow plugins to add extra related links to the list. Fixes #6232.

#2 @thee17
17 years ago

  • Milestone changed from 2.6 to 2.5

is fixed in trunk so it is in 2.5

Note: See TracTickets for help on using tickets.