Ticket #33397: 33397.6.patch
File 33397.6.patch, 724 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/default-constants.php
95 95 // Constants for features added to WP that should short-circuit their plugin implementations 96 96 define( 'WP_FEATURE_BETTER_PASSWORDS', true ); 97 97 98 /** 98 /**#@+ 99 99 * Constants for expressing human-readable intervals 100 100 * in their respective number of seconds. 101 101 * … … 111 111 define( 'WEEK_IN_SECONDS', 7 * DAY_IN_SECONDS ); 112 112 define( 'MONTH_IN_SECONDS', 30 * DAY_IN_SECONDS ); 113 113 define( 'YEAR_IN_SECONDS', 365 * DAY_IN_SECONDS ); 114 /**#@-*/ 114 115 } 115 116 116 117 /**