Change dateYMDhour to be something more sane, bugfix on edit.php.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-12-17 19:27:35 +00:00
parent 8f82a03a02
commit 15745c2230
6 changed files with 11 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ if ($drafts || $other_drafts) {
<div class="wrap">
<h2>
<?php
if ( isset( $_GET['m'] ) ) {
if ( $_GET['m'] ) {
echo $month[substr( $_GET['m'], 4, 2 )] . ' ' . substr( $_GET['m'], 0, 4 );
} elseif ( isset( $_GET['s'] ) ) {
printf(__('Search for &#8220;%s&#8221;'), wp_specialchars($_GET['s']) );