Also stopped working with upgrade to 3.9
Thread Starter
swaro
(@swaro)
Found the answer for anyone else with this problem.
add to your functions.php
remove_action( ‘wp_head’, ‘feed_links_extra’, 3 );
Thread Starter
swaro
(@swaro)
Thank you for the reply.
I tried the code you supplied, but it generates an error.
<b>Warning</b>: Invalid argument supplied for foreach()
Any ideas?