From e5f98ff38039cee5653ac5a43a10ea2437ee28c3 Mon Sep 17 00:00:00 2001 From: savvasha Date: Sun, 10 Dec 2017 22:26:02 +0200 Subject: [PATCH] Add hook to add more information on player names After the player name in the list of selected players in an event. --- .../meta-boxes/class-sp-meta-box-event-performance.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php index ff3dcb11..2e39c483 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-performance.php @@ -405,6 +405,7 @@ class SP_Meta_Box_Event_Performance { + @@ -569,4 +570,4 @@ class SP_Meta_Box_Event_Performance { return $output; } -} \ No newline at end of file +}