Make WordPress Core

Changeset 33737


Ignore:
Timestamp:
08/25/2015 09:20:02 PM (10 years ago)
Author:
wonderboymusic
Message:

After [33698], wrap the time constants in a DocBlock template.

Props egill.
Fixes #33397.

File:
1 edited

Legend:

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

    r33698 r33737  
    9696    define( 'WP_FEATURE_BETTER_PASSWORDS', true );
    9797
    98     /**
     98    /**#@+
    9999     * Constants for expressing human-readable intervals
    100100     * in their respective number of seconds.
     
    112112    define( 'MONTH_IN_SECONDS',  30 * DAY_IN_SECONDS    );
    113113    define( 'YEAR_IN_SECONDS',  365 * DAY_IN_SECONDS    );
     114    /**#@-*/
    114115}
    115116
Note: See TracChangeset for help on using the changeset viewer.