Advertisement
Guest User

Untitled

a guest
Aug 16th, 2011
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. function wdpv_vote_return ($standalone=true) {
  2.     if (!class_exists('Wdpv_Codec')) return false;
  3.  
  4.     $codec = new Wdpv_Codec;
  5.     $standalone = $standalone ? 'yes' : 'no';
  6.     return $codec->process_vote_widget_code(array('standalone'=>$standalone));
  7. }
  8.  
  9.  
  10. $content .= wdpv_vote_return();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement