Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Slashes being added in front of apostrophes

@larmir

Member

This seems to work for the text. Thanks so much baptiste.

One more question, the issue still exists in the title. I’m guessing I need to update this expression, just unsure of the syntax:

function get_topic_title( $id = 0 ) {

global $topic;

if ( $id )

$topic = get_topic( $id );

return apply_filters( 'get_topic_title', $topic->topic_title, $id );

}

Skip to toolbar