Make WordPress Core


Ignore:
Timestamp:
01/04/2008 07:36:34 PM (19 years ago)
Author:
ryan
Message:

Unused var cleanup. Props DD32. see #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r6546 r6551  
    116116        $weekday = date( 'w', $day );
    117117        $i = 86400;
    118         if( !is_numeric($a) )
     118        if( !is_numeric($start_of_week) )
    119119                $start_of_week = get_option( 'start_of_week' );
    120120
Note: See TracChangeset for help on using the changeset viewer.