Skip to content

Commit

Permalink
TMS-1047: CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jun 6, 2024
1 parent d8451ba commit ebec3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/archive-exhibition.php
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ protected function format_posts( array $posts ) {
$item->permalink = \get_the_permalink( $item->ID );
$additional_fields = \get_fields( $item->ID );
$item->post_title = $additional_fields['title'] ?: $item->post_title;
$item->link_sr_text = __( 'Go to exhibition', 'tms-theme-vapriikki' ) . ' ' . $item->post_title;
$item->link_sr_text = \__( 'Go to exhibition', 'tms-theme-vapriikki' ) . ' ' . $item->post_title;
$item->fields = $additional_fields;
$date = SingleExhibition::get_date( $item->ID );

Expand Down

0 comments on commit ebec3aa

Please sign in to comment.