' => '

ID."'".'));">

', '' => '

', '' => '', '' => ': ', '' => '

', '' => '
' ); foreach ($pcp_elements as $pcp_tag => $pcp_showtag) { $text = str_replace($pcp_tag, $pcp_showtag, $text); } return $text; } function history_tags_js($unused) { global $pcp_toggler; global $pcp_history; echo ' '; echo '' ; echo ' '; echo ''; } add_filter('the_content', 'history_tags', 8); add_filter('the_excerpt', 'history_tags', 8); add_action('wp_head', 'history_tags_js'); ?>