commit 75daa8728e6dffab6e43990eec220014c03bebb5 Author: K.MacKenzie Date: Fri May 24 15:41:10 2013 -0400 987242-updated-twig-descriptions diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index d28b880..fb0aeb8 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -10,7 +10,7 @@ * - created: Formatted creation date. Preprocess functions can reformat it by * calling format_date() with the desired parameters on * $variables['node']->created. - * - promote: Whether the node is promoted to the front page. + * - promote: Whether the node will be displayed in views featuring promoted content, such as the default homepage. * - sticky: Whether the node is 'sticky'. Sticky nodes are ordered above * other non-sticky nodes in teaser listings * - status: Whether the node is published. @@ -46,7 +46,7 @@ * would result in: "view-mode-teaser", and full: "view-mode-full". * - preview: Whether a node is in preview mode. * The following are controlled through the node publishing options. - * - promoted: Appears on nodes promoted to the front page. + * - promoted: Appears on nodes flagged to be included in promoted content views. * - sticky: Appears on nodes ordered above other non-sticky nodes in teaser * listings. * - unpublished: Appears on unpublished nodes visible only to site admins. diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig index 68a4a93..58ccef9 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -10,7 +10,7 @@ * - created: Formatted creation date. Preprocess functions can reformat it by * calling format_date() with the desired parameters on * $variables['node']->created. - * - promote: Whether the node is promoted to the front page. + * - promote: Whether the node is flagged to be included in promoted content views. * - sticky: Whether the node is 'sticky'. Sticky nodes are ordered above * other non-sticky nodes in teaser listings * - status: Whether the node is published. @@ -46,7 +46,7 @@ * would result in: "view-mode-teaser", and full: "view-mode-full". * - preview: Whether a node is in preview mode. * The following are controlled through the node publishing options. - * - promoted: Appears on nodes promoted to the front page. + * - promoted: Appears on nodes flagged to be included in promoted content views. * - sticky: Appears on nodes ordered above other non-sticky nodes in teaser * listings. * - unpublished: Appears on unpublished nodes visible only to site admins.