NODE_NEW_LIMIT

modules/node.module, line 9

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