Changeset 28081 for trunk/src/wp-includes/js/tinymce/wp-tinymce.php
- Timestamp:
- 04/11/2014 10:16:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/wp-tinymce.php
r23120 r28081 33 33 echo $file; 34 34 } else { 35 echo get_file($basepath . '/tiny_mce.js'); 36 echo get_file($basepath . '/wp-tinymce-schema.js'); 35 // Back compat. This file shouldn't be used if this condition can occur (as in, if gzip isn't accepted). 36 echo get_file( $basepath . '/tinymce.min.js' ); 37 echo get_file( $basepath . '/plugins/compat3x/plugin.min.js' ); 37 38 } 38 39 exit;
Note: See TracChangeset
for help on using the changeset viewer.