Changeset 6551 for trunk/wp-includes/functions.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r6546 r6551 116 116 $weekday = date( 'w', $day ); 117 117 $i = 86400; 118 if( !is_numeric($ a) )118 if( !is_numeric($start_of_week) ) 119 119 $start_of_week = get_option( 'start_of_week' ); 120 120
Note: See TracChangeset
for help on using the changeset viewer.