Thread Starter
lkycy
(@lkycy)
Merhaba, Header.php de şöyle bir şey var;
<?php
if ( substr_count( $_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip' ) ) {
ob_start( "ob_gzhandler" );
}
else {
ob_start();
}
?>
sıkıntı bundan kaynaklandı sanırım.
Thread Starter
lkycy
(@lkycy)
I found a temporary solution.
i changed this;
<html lang=”ru-RU” xmlns=”http://www.w3.org/1999/xhtml”>
to
<html lang=”rus-RUS” xmlns=”http://www.w3.org/1999/xhtml”>
no search results since update 3.6 to 3.7