Changeset 3627 for branches/1.5/wp-includes/template-functions-links.php
- Timestamp:
- 03/07/06 01:47:45 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/wp-includes/template-functions-links.php
r2602 r3627 353 353 global $wp_rewrite; 354 354 355 $qstr = $_SERVER['REQUEST_URI'];355 $qstr = wp_specialchars($_SERVER['REQUEST_URI']); 356 356 357 357 $page_querystring = "paged";
