Skip to content

Instantly share code, notes, and snippets.

Created January 19, 2013 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4571525 to your computer and use it in GitHub Desktop.
Save anonymous/4571525 to your computer and use it in GitHub Desktop.
//check if WP touch plugin is active, add extra styles
if (class_exists('WPtouchPlugin')) {
$content = $before_box.'<div class="ta_magic_review" style="position:absolute;left:-9999px;">'.$box.'</div><div itemprop="reviewBody">'.$ar_thing.$content.'</div></div></div></div>';
} else {
$content = $before_box.'<div class="ta_magic_review">'.$box.'</div><div itemprop="reviewBody">'.$ar_thing.$content.'</div></div></div></div>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment