Skip to content

Commit

Permalink
#33 show-guest-list-bug (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
wevekamola committed Aug 23, 2017
1 parent 9ea2cdf commit 3307a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-and-guest-management.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function menu_pages(){
add_submenu_page( 'rsvp', 'Create Event Page', 'Create Event','manage_options', 'rsvp', 'add_event_page');
add_submenu_page( 'rsvp', 'Event List Page', 'Event List','manage_options', 'event_list_page', 'event_list_page');
add_submenu_page( 'rsvp', 'Create Guest Page', 'Add a Guest','manage_options', 'add_guest_page', 'add_guest_page');
add_submenu_page( 'rsvp_invitation', 'Guest List Page', 'Guest List','manage_options', 'guest_list_page', 'guest_list_page');
add_submenu_page( 'rsvp', 'Guest List Page', 'Guest List','manage_options', 'guest_list_page', 'guest_list_page');
}

function cc_plugin_scripts(){
Expand Down

0 comments on commit 3307a42

Please sign in to comment.