Home Forums Support apparent bug in tb-testimonials.php when selecting >1 testimonials

apparent bug in tb-testimonials.php when selecting >1 testimonials

This topic is: not resolved

Tagged: 

This topic contains 1 reply, has 1 voice, and was last updated by  bonnier 10 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
Author Posts
Author Posts
August 6, 2013 at 4:44 am #792

bonnier
Participant
Post count: 1

<p>in function tbtestimonial, after WP_Query is executed and w/i the while loop, the code currently reads as:
$output = sprintf( '</p>

<div class="tbtestimonial">%s</div>

<p>', $tbtestimonials->prepare_testimonial( sanitize_title( $template ) ) );
I believe it should read:
$output .= sprintf( '</p>

<div class="tbtestimonial">%s</div>

<p>', $tbtestimonials->prepare_testimonial( sanitize_title( $template ) ) );
(notice the .)
Thanks for sharing your work!</p>

August 6, 2013 at 4:50 am #793

bonnier
Participant
Post count: 1

<p>That formatted very poorly.</p>

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Support’ is closed to new topics and replies.