Skip to content

Commit 3493f35

Browse files
committed
Oo mods
1 parent 8e2d104 commit 3493f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiloquent-base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ function multiloquent_paralax_featured_sliders() {
734734
$output.= '<span style="background-image:url(' . $theimg . ');" class="grayscale"></span>';
735735
$output.= '<div class="paralax_image_bg halfheight ' . $colour . '"></div>';
736736
$output.= '<div class="paralax_image_text halfheight">';
737-
$output.= '<span class="h1"><a href="' . get_permalink($val->ID) . '">' . multiloquent_post_title($val->ID) . '</a></span>';
737+
$output.= '<span class="h1"><a href="' . get_permalink($val->ID) . '">' . $this->multiloquent_post_title($val->ID) . '</a></span>';
738738
$output.= '</div></div>';
739739
$count++;
740740
}

0 commit comments

Comments
 (0)