Changeset 25922 for branches/3.7
- Timestamp:
- 10/26/2013 02:51:31 AM (7 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 25921
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin_src.js
r22857 r25922 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.