mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Change dateYMDhour to be something more sane, bugfix on edit.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@1971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -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 “%s”'), wp_specialchars($_GET['s']) );
|
||||
|
||||
Reference in New Issue
Block a user