After upgrading php to 7.4.8 logging in produced this error:~
Amended [/inc/_core/_template.funcs.php]
Line 2882
From:
.'<div class="floatright">'.implode( $links, ' · ' ).'</div>'
To:
.'<div class="floatright">'.implode(' · ', $links ).'</div>'
All now OK
thank you we will fix this