Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: http://svn.automattic.com/wordpress/trunk@1108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -4,7 +4,7 @@ $doing_rss = 1;
|
||||
header('Content-type: text/xml', true);
|
||||
require('wp-blog-header.php');
|
||||
|
||||
$link_cat = $HTTP_GET_VARS['link_cat'];
|
||||
$link_cat = $_GET['link_cat'];
|
||||
if ((empty($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
|
||||
$sql_cat = '';
|
||||
} else { // be safe
|
||||
|
||||
Reference in New Issue
Block a user