Make WordPress Core


Ignore:
Timestamp:
09/25/2012 07:05:48 AM (13 years ago)
Author:
nacin
Message:

Do not use time constants in files the WP bootstrap is not or may not be loaded. see #20987.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/load-scripts.php

    r21996 r21997  
    126126$compress = ( isset($_GET['c']) && $_GET['c'] );
    127127$force_gzip = ( $compress && 'gzip' == $_GET['c'] );
    128 $expires_offset = YEAR_IN_SECONDS;
     128$expires_offset = 31536000;
    129129$out = '';
    130130
Note: See TracChangeset for help on using the changeset viewer.