git-svn-id: https://develop.svn.wordpress.org/trunk@1213 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-04-30 07:37:51 +00:00
parent 4dced7a4a4
commit 0243832b1e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if ($drafts) {
<?php
if( isset( $_GET['m'] ) )
{
print "<h3>Showing Posts From ".$month[substr( $_GET['m'], 4, 2 )]." ".substr( $_GET['m'], 0, 4 )."</h3>";
echo '<h2>' . $month[substr( $_GET['m'], 4, 2 )]." ".substr( $_GET['m'], 0, 4 )."</h2>";
}
?>