Make WordPress Core

Changeset 6109


Ignore:
Timestamp:
09/13/2007 05:33:54 AM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 {
Note: See TracChangeset for help on using the changeset viewer.