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

git-svn-id: https://develop.svn.wordpress.org/trunk@22531 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-10 18:13:09 +00:00
parent 8af2f4674f
commit ee5bc76549
4 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ function wp_initial_constants( ) {
if ( !defined('SHORTINIT') )
define('SHORTINIT', false);
// Constants for expressing human-interval intervals
// Constants for expressing human-readable intervals
// in their respective number of seconds.
define( 'MINUTE_IN_SECONDS', 60 );
define( 'HOUR_IN_SECONDS', 60 * MINUTE_IN_SECONDS );