- Timestamp:
- 10/26/2013 02:50:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin_src.js
r22857 r25921 161 161 div_cls += ' mceIEcenter'; 162 162 163 return '<div class="'+div_cls+'"><dl id="'+id+'" class="wp-caption '+cls+'" style="width: '+( 10 + parseInt(w) )+ 163 w = parseInt( w, 10 ) + 10; 164 return '<div class="'+div_cls+'"><dl id="'+id+'" class="wp-caption '+cls+'" style="width: '+w+ 164 165 'px"><dt class="wp-caption-dt">'+img+'</dt><dd class="wp-caption-dd">'+cap+'</dd></dl></div>'; 165 166 });
Note: See TracChangeset
for help on using the changeset viewer.