Skip to content

Instantly share code, notes, and snippets.

@m4tlch
Created April 20, 2016 06:51
Show Gist options
  • Select an option

  • Save m4tlch/43c73940d006e7fb136b4f8a4c7818ce to your computer and use it in GitHub Desktop.

Select an option

Save m4tlch/43c73940d006e7fb136b4f8a4c7818ce to your computer and use it in GitHub Desktop.
$alter = array(
'max_length' => 60,
'ellipsis' => TRUE,
'word_boundary' => FALSE,
'html' => FALSE,
);
$message = views_trim_text($alter, $message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment