i29n
git-svn-id: https://develop.svn.wordpress.org/trunk@1213 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4dced7a4a4
commit
0243832b1e
@ -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>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user