Changeset 27060 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 01/31/2014 12:05:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27050 r27060 445 445 $mceInit['toolbar3'] = $mceInit['toolbar4']; 446 446 $mceInit['toolbar4'] = ''; 447 }448 449 // Fix 3.x callbacks added with init.setup450 if ( ! empty( $mceInit['setup'] ) ) {451 $func = $mceInit['setup'];452 $mceInit['setup'] = "function( editor ) { editor.on( 'PreInit', function(){ ($func).call( this, editor ); }); }";453 447 } 454 448
Note: See TracChangeset
for help on using the changeset viewer.