. '</caption>
<thead>
<tr>';
$myweek = array
();
for ( $wdcount = 0;
$wdcount <= 6;
$wdcount++
) { $myweek[] =
$wp_locale->
get_weekday( ( $wdcount +
$week_begins ) % 7
);
} foreach ( $myweek as $wd ) { $day_name =
$initial ?
$wp_locale->
get_weekday_initial( $wd ) :
$wp_locale->
get_weekday_abbrev( $wd );
$wd =
esc_attr( $wd );
$calendar_output .= "\n\t\t<th scope=\"col\" title=\"
$wd\">
$day_name</th>";
} $calendar_output .= '
</tr>
</thead>
<tbody>
<tr>';
$daywithpost = array
();