MARK_NEW

Same name in other branches
  1. 9 core/includes/theme.inc \MARK_NEW
  2. 8.9.x core/includes/theme.inc \MARK_NEW
  3. 10 core/includes/theme.inc \MARK_NEW
  4. 11.x core/includes/theme.inc \MARK_NEW

Mark content as being new.

Related topics

3 uses of MARK_NEW
drupal_common_theme in includes/common.inc
Provides theme registration for themes across .inc files.
node_mark in modules/node/node.module
Determines the type of marker to be displayed for a given node.
theme_mark in includes/theme.inc
Returns HTML for a marker for new or updated content.

File

includes/theme.inc, line 26

Code

define('MARK_NEW', 1);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.