Changeset 45590 for trunk/src/js/_enqueues/vendor/tinymce/wp-tinymce.php
- Timestamp:
- 07/02/2019 11:41:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/vendor/tinymce/wp-tinymce.php
r44651 r45590 34 34 header( "Cache-Control: public, max-age=$expires_offset" ); 35 35 36 if ( isset( $_GET['c'] ) && ( $file = get_file( $basepath . '/wp-tinymce.js' ) ) ) { 36 $file = get_file( $basepath . '/wp-tinymce.js' ); 37 if ( isset( $_GET['c'] ) && $file ) { 37 38 echo $file; 38 39 } else {
Note: See TracChangeset
for help on using the changeset viewer.