Changes between Initial Version and Version 2 of Ticket #23096
- Timestamp:
- 01/01/13 18:09:37 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23096 – Description
initial v2 4 4 5 5 My patch does this, which you could invoke in this way: 6 7 ```wp.media.editor.extend = function(workflow){6 {{{ 7 wp.media.editor.extend = function(workflow){ 8 8 // Manipulate the workflow here 9 }``` 9 } 10 }}} 10 11 11 12 Thoughts? This is only for the default media manager that is invoked by clicking the Add Media button.