Skip to content

Commit

Permalink
OEL-1552: Fix typo in docblock and improve comment in docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
escuriola committed Jul 15, 2022
1 parent 8d054dd commit f757556
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ function oe_whitelabel_starter_person_preprocess_node__oe_sc_person__oe_w_conten
}

/**
* IImplements hook_preprocess_HOOK() for Person ct in teaser view mode.
* Implements hook_preprocess_HOOK() for Person ct in teaser view mode.
*/
function oe_whitelabel_starter_person_preprocess_node__oe_sc_person__teaser(array &$variables) {
_oe_whitelabel_starter_person_preprocess_image($variables);
}

/**
* Helper function to preprocess the media.
* Helper function to prepare the image for Person ct.
*
* @param array $variables
* Variables from the theme preprocess function.
Expand Down

0 comments on commit f757556

Please sign in to comment.