Changes between Initial Version and Version 1 of Ticket #24062, comment 5
- Timestamp:
- 05/17/2013 11:14:23 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24062, comment 5
initial v1 1 1 Are you certain it is necessary to remove the 2 3 if ( workflow)4 5 2 {{{ 3 if ( workflow ) 4 return workflow 5 }}} 6 6 from the add function? Without this, current modifications that depend on getting a reference from the wp.media.editor.add function will break the uploading functionality, since other calls to add will create it again. 7 7