Make WordPress Core

Changeset 7826


Ignore:
Timestamp:
04/25/2008 06:40:52 AM (16 years ago)
Author:
markjaquith
Message:

fix typo in [7823] for 2.5.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-admin/includes/media.php

    r7823 r7826  
    10241024        $default = '';
    10251025
    1026     echo "<option$default value='" . attribute_escape( $arc_row->yyear$arc_row->mmonth ) . "'>";
     1026    echo "<option$default value='" . attribute_escape( $arc_row->yyear . $arc_row->mmonth ) . "'>";
    10271027    echo wp_specialchars( $wp_locale->get_month($arc_row->mmonth) . " $arc_row->yyear" );
    10281028    echo "</option>\n";
Note: See TracChangeset for help on using the changeset viewer.