Changeset 1650984
- Timestamp:
- 05/04/2017 12:09:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-appointment-booking-manager/trunk/appointgen-ustsappointment.php
r1203538 r1650984 31 31 <div> <h2><?php _e('Appointment Scheduling Manager','appointgen-ustsappointment');?></h2></div> 32 32 <?php 33 } 33 } 34 34 function appointgen_add_appointments_menu(){ 35 35 add_submenu_page( '-', 'Add Schedule', 'Add Schedule', 'manage_options', 'add-schedule-menu', 'appointgen_add_schedule_settings'); … … 86 86 } 87 87 // 88 /*function appointgen_appointment_settings_page(){ 89 include_once('operations/appointment_settings.php'); 90 }*/ 88 91 89 // 92 90 function appointgen_appointment_calendar(){
Note: See TracChangeset
for help on using the changeset viewer.