Docs: Correction: `MONTH_IN_SECONDS` was added in 4.4.0.

Props swissspidy.
See [33698]. See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@35290 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-10-20 07:34:34 +00:00
parent 1ed7489957
commit 5b8bd2209e
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ function wp_initial_constants() {
* If you need more accuracy please consider using the DateTime class (http://php.net/manual/class.datetime.php). * If you need more accuracy please consider using the DateTime class (http://php.net/manual/class.datetime.php).
* *
* @since 3.5.0 * @since 3.5.0
* @since 4.4.0 Introduced `MONTH_IN_SECONDS`.
*/ */
define( 'MINUTE_IN_SECONDS', 60 ); define( 'MINUTE_IN_SECONDS', 60 );
define( 'HOUR_IN_SECONDS', 60 * MINUTE_IN_SECONDS ); define( 'HOUR_IN_SECONDS', 60 * MINUTE_IN_SECONDS );