Plugin Directory

Changeset 1650984


Ignore:
Timestamp:
05/04/2017 12:09:24 PM (9 years ago)
Author:
upscalethought
Message:

code updated...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-appointment-booking-manager/trunk/appointgen-ustsappointment.php

    r1203538 r1650984  
    3131    <div> <h2><?php _e('Appointment Scheduling Manager','appointgen-ustsappointment');?></h2></div>
    3232 <?php
    33 } 
     33}
    3434function appointgen_add_appointments_menu(){
    3535    add_submenu_page( '-', 'Add Schedule', 'Add Schedule', 'manage_options', 'add-schedule-menu', 'appointgen_add_schedule_settings');
     
    8686}
    8787//
    88 /*function appointgen_appointment_settings_page(){
    89     include_once('operations/appointment_settings.php');
    90 }*/
     88
    9189//
    9290function appointgen_appointment_calendar(){
Note: See TracChangeset for help on using the changeset viewer.