BBPress Philip Link : Replies Created

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Month names in upcoming list #447929
    Philip Link
    Participant

    Hi Steven,

    thanks for your reply!

    I changed line 3771 in function getUpcoming from:

    return date_i18n( $format, strtotime( gmdate( 'r', $nextUDay ) ), TRUE );
    

    to this:

    return date_i18n( $format, strtotime( gmdate( 'c', $nextUDay ) ) );
    

    which solved this issue.

    Kind regards,

    Philip

Viewing 1 post (of 1 total)