Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created August 9, 2010 18:13
Show Gist options
  • Save crittermike/515830 to your computer and use it in GitHub Desktop.
Save crittermike/515830 to your computer and use it in GitHub Desktop.
<?php
function THEMENAME_preprocess_node(&$vars, $hook) {
$vars['content'] = preg_replace('/<p>(?!<img)/','<p class="first">', $vars['body'], 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment