commit 62c2f177623ec80e586220e300136014069f9770 Author: Aaron Froehlich Date: Fri Jun 6 13:02:38 2014 -0500 1987424-160 clarified doc block diff --git a/core/themes/seven/seven.theme b/core/themes/seven/seven.theme index aab8acc..f892be3 100644 --- a/core/themes/seven/seven.theme +++ b/core/themes/seven/seven.theme @@ -131,10 +131,8 @@ function seven_preprocess_node_add_list(&$variables) { /** * Implements hook_preprocess_HOOK() for custom block add list templates. * - * Add variables for the label and the path separately. - * * Displays the list of available custom block types for creation, adding - * separate variables for the label and the path. + * separate variables for the label, description, and url. */ function seven_preprocess_custom_block_add_list(&$variables) { if (!empty($variables['content'])) {