Skip to content

Commit

Permalink
= 4.2.6.6 =
Browse files Browse the repository at this point in the history
~ Tweak: html_description method.
  • Loading branch information
tungnxt89 committed May 8, 2024
1 parent 8b1c18d commit e7c8deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/TemplateHooks/Instructor/SingleInstructorTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function html_description( LP_User $instructor ): string {

try {
$html_wrapper = [
'<p class="instructor-description">' => '</p>',
'<div class="instructor-description">' => '</div>',
];

$content = Template::instance()->nest_elements( $html_wrapper, $instructor->get_description() );
Expand Down

0 comments on commit e7c8deb

Please sign in to comment.