send-reset-password.php
5 years ago
to_admin_course_updated.php
5 years ago
to_admin_new_course_published.php
5 years ago
to_admin_new_course_submitted_for_review.php
5 years ago
to_admin_new_instructor_signup.php
5 years ago
to_admin_new_student_signup.php
5 years ago
to_admin_new_withdrawal_request.php
5 years ago
to_instructor_asked_question_by_student.php
5 years ago
to_instructor_become_application_approved.php
5 years ago
to_instructor_become_application_received.php
5 years ago
to_instructor_become_application_rejected.php
5 years ago
to_instructor_course_completed.php
5 years ago
to_instructor_course_enrolled.php
5 years ago
to_instructor_lesson_completed.php
5 years ago
to_instructor_quiz_completed.php
5 years ago
to_instructor_student_submitted_assignment.php
5 years ago
to_instructor_withdrawal_request_approved.php
5 years ago
to_instructor_withdrawal_request_received.php
5 years ago
to_instructor_withdrawal_request_rejected.php
5 years ago
to_student_assignment_evaluate.php
5 years ago
to_student_course_completed.php
5 years ago
to_student_course_enrolled.php
5 years ago
to_student_feedback_submitted_for_quiz.php
5 years ago
to_student_manual_enrollment.php
5 years ago
to_student_new_announcement_posted.php
5 years ago
to_student_new_lqa_published.php
5 years ago
to_student_question_answered.php
5 years ago
to_student_quiz_completed.php
5 years ago
to_student_rate_course_and_instructor.php
5 years ago
to_student_remove_from_course.php
5 years ago
to_admin_course_updated.php
18 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package TutorLMS/Templates |
| 4 | * @since 1.6.9 |
| 5 | */ |
| 6 | |
| 7 | ?> |
| 8 | |
| 9 | <p><?php _e('Hi,', 'tutor'); ?></p> |
| 10 | |
| 11 | <p> |
| 12 | <?php _e('Instructor <strong>{instructor_name}</strong> has updated {course_name} on <strong>{site_name}</strong>', 'tutor')?> |
| 13 | </p> |
| 14 | |
| 15 | <p> <?php _e("Course Link: {course_url}",'tutor')?> </p> |
| 16 | |
| 17 | <p><?php _e('Reply to this email to communicate with the instructor.', 'tutor'); ?></p> |
| 18 |