commit 27e03368a75742687f8940656f5547a47fe6e881 Author: Jen Lampton Date: Wed Apr 17 22:40:28 2013 -0700 minor docs tweaks diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 865ce96..f26f46a 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2271,8 +2271,8 @@ function theme_table($variables) { * An associative array containing: * - style: Set to either 'asc' or 'desc'. This determines which icon to show. * - * @todo Remove this and consolidate with 'image', see - * http://drupal.org/node/1804614. + * @todo Remove this preprocess function and consolidate with 'image' as per + * http://drupal.org/node/1973418 */ function template_preprocess_tablesort_indicator(&$variables) { // Provide the image attributes for an ascending or descending image. @@ -2284,7 +2284,7 @@ function template_preprocess_tablesort_indicator(&$variables) { $variables['uri'] = 'core/misc/arrow-desc.png'; $alt_title = t('sort descending'); } - // Build the attributes to the indicator image. + // Build the attributes for the indicator image. $attributes = array( 'typeof' => array('foaf:Image'), 'src' => file_create_url($variables['uri']), diff --git a/core/modules/system/templates/tablesort-indicator.html.twig b/core/modules/system/templates/tablesort-indicator.html.twig index c19c5bf..418a025 100644 --- a/core/modules/system/templates/tablesort-indicator.html.twig +++ b/core/modules/system/templates/tablesort-indicator.html.twig @@ -13,9 +13,7 @@ * * @ingroup themeable */ -#} -{# - @todo Remove this and consolidate with 'image', see - http://drupal.org/node/1804614. + @todo Remove this template and consolidate with 'image' as per + http://drupal.org/node/1973418 #}