Skip to content
Snippets Groups Projects
Commit 52061855 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4199: coding standards

parent 79f2748a
No related branches found
No related tags found
1 merge request!7Feature/istwcms 4199 ebremner menu items count
...@@ -2,17 +2,11 @@ ...@@ -2,17 +2,11 @@
/** /**
* @file * @file
*
* Functions for fixing taxonomies. * Functions for fixing taxonomies.
*/ */
/** /**
* Implements theme_suggestions_taxonomy_term_alter() * 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) { function gesso_theme_suggestions_taxonomy_term_alter(array &$suggestions, array $variables) {
$bundle = $variables['elements']['name']['#bundle']; $bundle = $variables['elements']['name']['#bundle'];
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
/** /**
* @file * @file
*
* Functions for improving views. * Functions for improving views.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment