Changeset 761
- Timestamp:
- 01/12/2004 11:59:14 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-blog-header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r760 r761 356 356 $single = 1; 357 357 } 358 if ($s ) { // If they were doing a search and got one result358 if ($s && empty($paged)) { // If they were doing a search and got one result 359 359 header('Location: ' . get_permalink($posts[0]->ID)); 360 360 }
Note: See TracChangeset
for help on using the changeset viewer.