git-svn-id: http://svn.automattic.com/wordpress/trunk@1213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-30 07:37:51 +00:00
parent f34bcfca6c
commit a72400c1f8
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>";
}
?>