Changes between Version 1 and Version 2 of Ticket #8784, comment 1
- Timestamp:
- Mar 5, 2012, 3:35:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8784, comment 1
v1 v2 14 14 return function( data ) 15 15 { 16 data = org.apply( this, arguments ); 16 17 // changes here 17 return Drupal.captionFilter.toTag( data );18 return data; 18 19 }; 19 20 });