Changeset 21997
- Timestamp:
- 09/25/2012 07:05:48 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/load-scripts.php
r21996 r21997 126 126 $compress = ( isset($_GET['c']) && $_GET['c'] ); 127 127 $force_gzip = ( $compress && 'gzip' == $_GET['c'] ); 128 $expires_offset = YEAR_IN_SECONDS;128 $expires_offset = 31536000; 129 129 $out = ''; 130 130 -
trunk/wp-admin/load-styles.php
r21996 r21997 105 105 $force_gzip = ( $compress && 'gzip' == $_GET['c'] ); 106 106 $rtl = ( isset($_GET['dir']) && 'rtl' == $_GET['dir'] ); 107 $expires_offset = YEAR_IN_SECONDS;107 $expires_offset = 31536000; 108 108 $out = ''; 109 109 -
trunk/wp-includes/js/tinymce/wp-tinymce.php
r21996 r21997 20 20 } 21 21 22 $expires_offset = YEAR_IN_SECONDS;22 $expires_offset = 31536000; 23 23 24 24 header('Content-Type: application/x-javascript; charset=UTF-8');
Note: See TracChangeset
for help on using the changeset viewer.