| @@ -1,15 +1,15 @@ | ||
| 1 | -<?php | |
| 2 | -/** | |
| 3 | - * Template for displaying title of course within the loop. | |
| 4 | - * | |
| 5 | - * This template can be overridden by copying it to yourtheme/learnpress/loop/course/title.php. | |
| 6 | - * | |
| 7 | - * @author ThimPress | |
| 8 | - * @package Learnpress/Templates | |
| 9 | - * @version 3.0.0 | |
| 10 | - */ | |
| 11 | - | |
| 12 | -defined( 'ABSPATH' ) || exit(); | |
| 13 | -?> | |
| 14 | - | |
| 15 | -<h2 class="wap-course-title"><a href="<?php the_permalink(); ?>" class="course-permalink"><?php the_title(); ?></a></h2> | |
| 1 | +<?php | |
| 2 | +/** | |
| 3 | + * Template for displaying title of course within the loop. | |
| 4 | + * | |
| 5 | + * This template can be overridden by copying it to yourtheme/learnpress/loop/course/title.php. | |
| 6 | + * | |
| 7 | + * @author ThimPress | |
| 8 | + * @package Learnpress/Templates | |
| 9 | + * @version 3.0.0 | |
| 10 | + */ | |
| 11 | + | |
| 12 | +defined( 'ABSPATH' ) || exit(); | |
| 13 | +?> | |
| 14 | + | |
| 15 | +<h2 class="wap-course-title"><a href="<?php the_permalink(); ?>" class="course-permalink"><?php the_title(); ?></a></h2> | |