mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
i29n
git-svn-id: http://svn.automattic.com/wordpress/trunk@1213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f34bcfca6c
commit
a72400c1f8
@ -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