diff --git a/includes/taxonomy.inc b/includes/taxonomy.inc index 3bf74f7ecf5856f613a3a8c3348c70e6677e4b75..d9bd09069b66b7e286e59a50ef618482637c39a5 100644 --- a/includes/taxonomy.inc +++ b/includes/taxonomy.inc @@ -2,17 +2,11 @@ /** * @file - * * Functions for fixing taxonomies. */ /** * Implements theme_suggestions_taxonomy_term_alter() - * - * @param array $suggestions - * An array of suggestions for the theme file name. - * @param $variables - * An array of variables for the template. */ function gesso_theme_suggestions_taxonomy_term_alter(array &$suggestions, array $variables) { $bundle = $variables['elements']['name']['#bundle']; diff --git a/includes/views.inc b/includes/views.inc index 870bbc22ac3b0bb17fcb38f223a7459aad449652..1892a69b204cfceb018cf0026c834d56979e6cd1 100644 --- a/includes/views.inc +++ b/includes/views.inc @@ -2,7 +2,6 @@ /** * @file - * * Functions for improving views. */