Skip to content
Snippets Groups Projects
Commit cc028cbb authored by Kevin Paxman's avatar Kevin Paxman Committed by Kevin Paxman
Browse files

ISTWCMS-4864: remove mentions of returns since we aren't returning anything

parent 29e8bff5
No related branches found
No related tags found
2 merge requests!32Tag 1.0.1,!29ISTWCMS-4864: add favicons
......@@ -183,9 +183,6 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn
*
* @param array $variables
* The variables array.
*
* @return array
* The updated variables array.
*/
function _uw_fdsu_theme_resp_add_favicons(array &$variables){
// Remove Drupal's favicon.
......@@ -225,7 +222,6 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables){
}',
];
$variables['page']['#attached']['html_head_link'][] = [$favicon_manifest];
//return $variables;
}
/**
......
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