Fix for YesCT make an acronym

  1. $subject = "About THis / Here";
  2. $mywords = explode(" ", $subject);
  3. $matches = "";
  4. foreach ($mywords as $aword) {
  5.  $matches = $matches . $aword[0]; }
  6. return array(
  7.   0 => array('value' => $matches)
  8. );

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.