Changeset 3440
- Timestamp:
- 01/15/2006 11:42:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-links.php
r3333 r3440 383 383 global $wp_rewrite; 384 384 385 $qstr = $_SERVER['REQUEST_URI'];385 $qstr = wp_specialchars($_SERVER['REQUEST_URI']); 386 386 387 387 $page_querystring = "paged";
Note: See TracChangeset
for help on using the changeset viewer.