Make WordPress Core


Ignore:
Timestamp:
11/10/2012 06:13:09 PM (12 years ago)
Author:
nacin
Message:

Add comments to time intervals we cannot express with the constants. Fix a comment. props SergeyBiryukov. fixes #20987.

File:
1 edited

Legend:

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

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