| @@ -1,16 +1,16 @@ | ||
| 1 | -<?php | |
| 2 | -/** | |
| 3 | - * Template for displaying wrap end of archive course within the loop. | |
| 4 | - * | |
| 5 | - * This template can be overridden by copying it to yourtheme/learnpress/loop/course/loop-end.php. | |
| 6 | - * | |
| 7 | - * @author ThimPress | |
| 8 | - * @package Learnpress/Templates | |
| 9 | - * @version 3.0.0 | |
| 10 | - */ | |
| 11 | - | |
| 12 | -defined( 'ABSPATH' ) || exit(); | |
| 13 | - | |
| 14 | -echo apply_filters( 'learn_press_course_loop_end', '</ul>' ); | |
| 15 | - | |
| 16 | - | |
| 1 | +<?php | |
| 2 | +/** | |
| 3 | + * Template for displaying wrap end of archive course within the loop. | |
| 4 | + * | |
| 5 | + * This template can be overridden by copying it to yourtheme/learnpress/loop/course/loop-end.php. | |
| 6 | + * | |
| 7 | + * @author ThimPress | |
| 8 | + * @package Learnpress/Templates | |
| 9 | + * @version 3.0.0 | |
| 10 | + */ | |
| 11 | + | |
| 12 | +defined( 'ABSPATH' ) || exit(); | |
| 13 | + | |
| 14 | +echo apply_filters( 'learn_press_course_loop_end', '</ul>' ); | |
| 15 | + | |
| 16 | + | |