Make WordPress Core


Ignore:
Timestamp:
05/23/2011 11:33:30 PM (14 years ago)
Author:
ryan
Message:

Validation fixes. Props ocean90, peaceablewhale. see #17364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/export.php

    r17748 r18010  
    110110
    111111        $month = zeroise( $date->month, 2 );
    112         echo '<option value="' . $date->year . '-' . $month . '" />' . $wp_locale->get_month( $month ) . ' ' . $date->year . '</option>';
     112        echo '<option value="' . $date->year . '-' . $month . '">' . $wp_locale->get_month( $month ) . ' ' . $date->year . '</option>';
    113113    }
    114114}
Note: See TracChangeset for help on using the changeset viewer.