Make WordPress Core


Ignore:
Timestamp:
08/26/2007 05:12:31 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r5912 r5944  
    699699
    700700function the_date($d='', $before='', $after='', $echo = true) {
    701     global $id, $post, $day, $previousday, $newday;
     701    global $id, $post, $day, $previousday;
    702702    $the_date = '';
    703703    if ( $day != $previousday ) {
Note: See TracChangeset for help on using the changeset viewer.