Weekdays initials with UFT characters
-
In file default-calendar-grid.php in lines 234, 246 there is:
data-screen-small="<?php echo substr( $week_days_short[ $i ], 0, 1 ); ?>"
The problem is it gives wrong character for non ASCII weekday names.
IMHO, you should use mb_substr or even better $wplocale->weekday_initial[]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Weekdays initials with UFT characters’ is closed to new replies.