Add missing global and remove unused var. Props JeremyVisser. fixes #4818

git-svn-id: http://svn.automattic.com/wordpress/trunk@5944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2007-08-26 17:12:31 +00:00
parent 62f60a666d
commit 86932908e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -698,7 +698,7 @@ function the_date_xml() {
function the_date($d='', $before='', $after='', $echo = true) {
global $id, $post, $day, $previousday, $newday;
global $id, $post, $day, $previousday;
$the_date = '';
if ( $day != $previousday ) {
$the_date .= $before;