mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
1ed7489957
commit
5b8bd2209e
@ -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).
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @since 4.4.0 Introduced `MONTH_IN_SECONDS`.
|
||||
*/
|
||||
define( 'MINUTE_IN_SECONDS', 60 );
|
||||
define( 'HOUR_IN_SECONDS', 60 * MINUTE_IN_SECONDS );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user