Make WordPress Core


Ignore:
Timestamp:
04/20/2004 10:56:47 PM (21 years ago)
Author:
saxmatt
Message:

Changed to superglobals, and eliminated $use_cache (since we always do).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-links-opml.php

    r953 r1108  
    55require('wp-blog-header.php');
    66
    7 $link_cat = $HTTP_GET_VARS['link_cat'];
     7$link_cat = $_GET['link_cat'];
    88if ((empty($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
    99    $sql_cat = '';
Note: See TracChangeset for help on using the changeset viewer.