From 37c5ae71429c53183f107d8710d468ddadc35513 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 7 Sep 2017 15:36:15 -0400 Subject: [PATCH] Update admin url For the registration link. --- lib/registrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/registrations.php b/lib/registrations.php index 278df6f..bc8e03e 100644 --- a/lib/registrations.php +++ b/lib/registrations.php @@ -19,7 +19,7 @@ add_action( 'admin_bar_menu', function( $wp_admin_bar ){ $args = array( 'id' => 'eventregistrations', 'title' => 'Event Registrations', - 'href' => 'http://admin', + 'href' => 'http://dev53.gaslightmedia.com/www.cslewisfestival.org/admin/', 'meta' => array( 'class' => 'eventregistrations', 'title' => 'Event Registrations', -- 2.17.1