PluginProbe
Tutor LMS – eLearning and online course solution / 1.2.13
Tutor LMS – eLearning and online course solution v1.2.13
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | classes/Lesson.php +1 -0 1.0.31.2.13 View file →
@@ -125,8 +125,9 @@
125 125
126 126 $lesson_data = array(
127 127 'ID' => $lesson_id,
128 128 'post_title' => $title,
129 + 'post_name' => sanitize_title($title),
129 130 'post_content' => $lesson_content,
130 131 );
131 132
132 133 if ($_lesson_thumbnail_id){