← All changes
|
inc/TemplateHooks/CourseBuilder/Course/BuilderEditCourseTemplate.php
+4
-1
4.4.0
→
4.4.8
View file →
| @@ -671,9 +671,12 @@ | ||
| 671 | 671 | |
| 672 | 672 | $edit = [ |
| 673 | 673 | 'wrapper' => '<div class="cb-course-edit-desc">', |
| 674 | 674 | 'label_wrap' => '<div class="cb-course-edit-desc__label-wrap">', |
| 675 | - 'label' => sprintf( '<label for="course_description" class="cb-course-edit-desc__label">%s</label>', __( 'Description', 'learnpress' ) ), | |
| 675 | + 'label' => sprintf( | |
| 676 | + '<label for="course_description" class="cb-course-edit-desc__label">%s</label>', | |
| 677 | + __( 'Description', 'learnpress' ) | |
| 678 | + ), | |
| 676 | 679 | 'ai_button' => $ai_button, |
| 677 | 680 | 'label_wrap_end' => '</div>', |
| 678 | 681 | 'edit' => AdminTemplate::editor_tinymce( |
| 679 | 682 | $desc, |