NODE_NEW_LIMIT

Definition

modules/node.module

Code

<?php
define('NODE_NEW_LIMIT', time() - 30 * 24 * 60 * 60);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.