Updating the registration admin url.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 13 Jan 2017 13:19:21 +0000 (08:19 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 13 Jan 2017 13:19:21 +0000 (08:19 -0500)
Adding Registration folder to url so it does't show the entire admin
area.

lib/EventRegistration.php
style.css

index a1932c2..f544e0c 100644 (file)
@@ -21,7 +21,7 @@ add_action( 'admin_bar_menu', function( $wp_admin_bar ){
     $args = array(
         'id'    => 'eventregistrations',
         'title' => 'Event Registrations',
-        'href'  => 'http://66.129.44.64/admin/',
+        'href'  => 'http://66.129.44.64/admin/Registrations/',
         'meta'  => array(
             'class'  => 'eventregistrations',
             'title'  => 'Event Registrations',
index 743b4cb..079caf2 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.7
+Version: 1.0.8
 */