Make WordPress Core

Ticket #4683: widgets.php.diff

File widgets.php.diff, 249 bytes (added by Pastinakel, 19 years ago)

diff

Line 
1633c633
2<               location.href = "<?php echo get_option('siteurl'); ?>/?cat="+dropdown.options[dropdown.selectedIndex].value;
3---
4>               location.href = "<?php echo get_option('home'); ?>/?cat="+dropdown.options[dropdown.selectedIndex].value;