fix typo in [7820] for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2008-04-25 06:40:12 +00:00
parent 0a9b5ade89
commit 0d83d084b9

View File

@ -1031,7 +1031,7 @@ foreach ($arc_result as $arc_row) {
else
$default = '';
echo "<option$default value='" . attribute_escape( $arc_row->yyear$arc_row->mmonth ) . "'>";
echo "<option$default value='" . attribute_escape( $arc_row->yyear . $arc_row->mmonth ) . "'>";
echo wp_specialchars( $wp_locale->get_month($arc_row->mmonth) . " $arc_row->yyear" );
echo "</option>\n";
}