Opened 14 years ago
Closed 9 years ago
#16399 closed enhancement (wontfix)
Add a hook to the plugin editor page when the write is successful
Reported by: | scottconnerly | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.4 |
Component: | Plugins | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
Add an action or filter to the end of plugin-editor.php's processing when the write is successful.
The use case is for managing a Wordpress install on an SVN-controlled server. Whenever the CMS changes a file's contents (particularly in the wp-content folder) I need to be able to trigger an svn commit.
See also: Ticket #16396
Attachments (1)
Change History (6)
#2
in reply to:
↑ description
@
14 years ago
- Cc mikeschinkel@… added
#3
@
14 years ago
- Cc trac@… added
- Keywords has-patch added
- Summary changed from Add plugin-editor.php action/filter on successful save to Add a hook to the plugin editor page when the write is successful
ticket.16399.diff adds a new 'edited_plugin' action hook, passing the plugins main file, the file edited, and the new content of that file as parameters.
Note: See
TracTickets for help on using
tickets.
Replying to scottconnerly:
+1