You are here

function social_post_album_preprocess_post__activity in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_post/modules/social_post_album/social_post_album.module \social_post_album_preprocess_post__activity()
  2. 10.1.x modules/social_features/social_post/modules/social_post_album/social_post_album.module \social_post_album_preprocess_post__activity()
  3. 10.2.x modules/social_features/social_post/modules/social_post_album/social_post_album.module \social_post_album_preprocess_post__activity()

Implements hook_preprocess_HOOK().

File

modules/social_features/social_post/modules/social_post_album/social_post_album.module, line 115
The Social post album module.

Code

function social_post_album_preprocess_post__activity(&$variables, $hook) {
  $variables['post_image_without_wrapper'] = TRUE;
}