Pastoid

What are these characters supposed to be?

The page you are looking at now is at this URL: http://pastoid.com/bvy

This paste was last updated on July 30, 2009 at 9:22 am.

Pasted Coderaw

public function filter_post_word_count( $word_count, $post )
	{$array = array ('ä' => 'ae','ä' => 'ae','à ' => 'Ae','Ä' 
=> 'Ae','ö' => 'oe','ö' => 'oe','à ' => 'Oe','Ö' => 
'Oe','ü' => 'ue','ü' => 'ue','à ' => 'Ue','Ü' => 'Ue','à ' 
=> 'ss','ß' => 'ss' );
     $content = strip_tags( ( $this->config[ 'add_title' ] ? 
$post->content_out . " {$post->title}" : $post->content_out ));
     $content = strtr ( $content, $array);
     return str_word_count($content);}
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 7
Is this paste spam?
<Hide