Found it! it was at the very end of my main plugin file after the closing ?>
deactivated the only plugin i had and its gone! guess the problem resides in the plugin somewhere… thanks!
Here’s index.php:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>