Functions.php Parse error: syntax error, unexpected 'rss' (T_STRING),

Hi,
Am new about this my site is not open properly.
I got the problem say Parse error: syntax error, unexpected ‘rss’ (T_STRING), expecting ‘(’ in /home/legitim8/public_html/wp-content/themes/dazzling/functions.php on line 319
When i go over on fuctions.php on line 319
It’s look like the screenshot below.
I don’t know what i have done wrong.
I was try to add the following code,
function embed_rss ($content) {
if (is_feed())
$content .= “<p>’”;
$content .= get_the_title() ."
</p>";
return $content;
}
add_filter(‘the_content’, ‘embed_rss’) ;
Please help…!

I already solve the problem myself.
Thanks.

Hi @nelly,

Awesome great to see you got that solved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin