Denotes the time cutoff for nodes marked as read.

Nodes changed before this time are always marked as read. Nodes changed after this time may be marked new, updated, or read, depending on their state for the current user. Defaults to 30 days ago.

File

core/modules/node/node.module, line 52
The core module that allows content to be submitted to the site.

Code

define('NODE_NEW_LIMIT', REQUEST_TIME - 30 * 24 * 60 * 60)