commit 872f90e7a18ac23e66d5f555414862256495ae0e Author: Joel Pittet Date: Sun Aug 25 16:59:21 2013 -0700 #50 diff --git a/core/modules/node/node.module b/core/modules/node/node.module index ec9ff1e..b38da42 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -1377,14 +1377,12 @@ function node_get_recent($number = 10) { /** * Prepares variables for list of recent content templates. * - * Default template: node-recent-content.html.twig. + * Default template: node-recent-block.html.twig. * * @param array $variables * An associative array containing: * - nodes: An array of recent node entities. * - * @see template_preprocess_node_recent_content() - * * @ingroup themeable */ function template_preprocess_node_recent_block(&$variables) { @@ -1438,8 +1436,6 @@ function template_preprocess_node_recent_block(&$variables) { * @param array $variables * An associative array containing: * - node: A node entity. - * - * @see template_preprocess_node_recent_block() */ function template_preprocess_node_recent_content(&$variables) { $node = $variables['node']; diff --git a/core/modules/system/templates/image.html.twig b/core/modules/system/templates/image.html.twig deleted file mode 100644 index b6b238a..0000000 --- a/core/modules/system/templates/image.html.twig +++ /dev/null @@ -1,14 +0,0 @@ -{# -/** - * @file - * Default theme implementation of an image. - * - * Available variables: - * - attributes: HTML attributes for the img tag. - * - * @see template_preprocess_image() - * - * @ingroup themeable - */ -#} -