Changeset 6109

Show
Ignore:
Timestamp:
09/13/07 05:33:54 (1 year ago)
Author:
ryan
Message:

s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/widgets.php

    r6098 r6109  
    431431    if($d) { 
    432432?> 
    433         <select name="archive-dropdown" onChange='document.location.href=this.options[this.selectedIndex].value;'> <option value=""><?php echo attribute_escape(__('Select Month')); ?></option> <?php wp_get_archives("type=monthly&format=option&show_post_count=$c"); ?> </select> 
     433        <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=""><?php echo attribute_escape(__('Select Month')); ?></option> <?php wp_get_archives("type=monthly&format=option&show_post_count=$c"); ?> </select> 
    434434<?php 
    435435    } else {