Make WordPress Core


Ignore:
Timestamp:
10/20/2015 06:58:50 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: The MINUTE_IN_SECONDS, HOUR_IN_SECONDS, DAY_IN_SECONDS, WEEK_IN_SECONDS, MONTH_IN_SECONDS, and YEAR_IN_SECONDS constants were introduced in 3.5.

See [21996]. See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r35286 r35287  
    100100     *
    101101     * If you need more accuracy please consider using the DateTime class (http://php.net/manual/class.datetime.php).
     102     *
     103     * @since 3.5.0
    102104     */
    103105    define( 'MINUTE_IN_SECONDS', 60 );
Note: See TracChangeset for help on using the changeset viewer.