[Tue Nov 13 11:28:23 2012] [error] [client 82.212.7.1] PHP Warning: Cannot modify header information - headers already sent in /home/domainim/public_html/wp-includes/functions.php on line 2504, referer: http://www.domainadresim.com/
wp-includes/functions.php 2504 satırı ve beraberindeki kod şöyle;
2501 function wp_ob_end_flush_all() {
2502 $levels = ob_get_level();
2503 for ($i=0; $i<$levels; $i++)
2504 ob_end_flush();
2505 }