Changeset 1108 for trunk/wp-links-opml.php
- Timestamp:
- 04/20/2004 10:56:47 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-links-opml.php
r953 r1108 5 5 require('wp-blog-header.php'); 6 6 7 $link_cat = $ HTTP_GET_VARS['link_cat'];7 $link_cat = $_GET['link_cat']; 8 8 if ((empty($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) { 9 9 $sql_cat = '';
Note: See TracChangeset
for help on using the changeset viewer.