btw get_the_ID() function is also there.
Do you know wordpress code is open to everyone to see and examine… your ‘confidential’ source may have a baised view towards open source…
It just shit nothing else…. If this is true and your ‘confidential’ source have some code proofs to show then please do that.
instead of returning the value the_ID function print the value on screen.
So here is one small hack to get it done.
<?php include_once(ABSPATH . WPINC . ‘/rss.php’);
ob_start();
the_ID();
$ID=ob_get_clean();
wp_rss(“http://search.twitter.com/search.atom?q=MR_$ID)”, 10); ?>
Enjoy… In India we call it a Jugaad