diff --git a/includes/frontend-ergebnis.php b/includes/frontend-ergebnis.php index 427a871..b169c1a 100644 --- a/includes/frontend-ergebnis.php +++ b/includes/frontend-ergebnis.php @@ -143,7 +143,7 @@ add_shortcode('konficastle_workshop_ergebnis', function($atts) { echo 'Deine Zuteilung'; $personal_shown = true; @@ -209,8 +209,7 @@ add_shortcode('konficastle_workshop_ergebnis', function($atts) { foreach($teilnehmer as $t) { $is_me = in_array(intval($t->id), $my_ids); $name = esc_html($t->vorname.' '.$t->nachname); - $label = $name . ' ('.intval($t->phase).')'; - echo '
'. $label .'
'; + echo '
'. $name .'
'; } echo ''; // kc-participants echo ''; // content @@ -227,7 +226,7 @@ add_shortcode('konficastle_workshop_ergebnis', function($atts) { echo 'Nicht zugeteilt:
'; echo ''; }