Add comments to time intervals we cannot express with the constants. Fix a comment. props SergeyBiryukov. fixes #20987.
git-svn-id: http://core.svn.wordpress.org/trunk@22531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user