- drupal
File
- modules/
node.module, line 8 - The core that allows content to be submitted to the site.
Code
define('NODE_NEW_LIMIT', time() - 30 * 24 * 60 * 60)
Login or register to post comments
define('NODE_NEW_LIMIT', time() - 30 * 24 * 60 * 60)
Login or register to post comments