Date format bug
-
Hi,
There is a bug in this function:
function tribe_get_date_format( $with_year = false ) { if ( $with_year ) { $format = tribe_get_date_option( 'dateWithYearFormat', get_option( 'date_format' ) ); } else { $format = tribe_get_date_option( 'dateWithoutYearFormat', 'F j' ); }
When year don’t have to be displayed, date format is hard coded to ‘F j’ :-(.
Nicolas.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Date format bug’ is closed to new replies.