commit 451997b65b8b11ff5084ec27c9629f99ffb787b6 Author: Aaron Froehlich Date: Fri Jun 6 12:45:07 2014 -0500 1987424-159 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'])) {