bu neden kaynaklanabilir bir fikriniz var mı düzeltmek için
<meta name="description" content="Arkadaþlar forumumuza yönetici olarak atanmýþtýr. Forum konularýnda bilgili bir arkadaþ ken" />
<meta name="abstract" content="Arkadaþlar forumumuza yönetici
function meta_builder($data)
{
foreach ($data as $key => $content)
{
$content = str_replace('"','\'',$content);
$meta .= '<meta name="'.$key.'" content="'.trim($content).'" />'. "\n";
}
return $meta;
}if($this->topics['description'] || $this->topics['title'])
{
$topicdescription = $this->ipsclass->trim_leading_comma($this->topics['description']);
$data['description'] = ($this->topics['mseo_desc'])?$this->topics['mseo_desc']:$this->generate_meta_description($this->current_post['row']['post']);
$data['abstract'] = $this->gentle_clean($this->current_post['row']['post']);