';
// In split screen mode, show the title before/after side by side.
if ( true === $args['show_split_view'] ) {
$diff .= '' . esc_html( $compare_from->post_title ) . ' | | ' . esc_html( $compare_to->post_title ) . ' | ';
} else {
$diff .= '' . esc_html( $compare_from->post_title ) . ' | ';
// In single column mode, only show the title once if unchanged.
if ( $compare_from->post_title !== $compare_to->post_title ) {
$diff .= '