I have some noob question. I have noticed that by every post goes such comment code
and my quetion is - Is that necessary? Can I delete it?
If I for example I delete
(I think this is in comment-functions.php) will my site still work normally ?
Sorry if this is a stupid question.
Code:
<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description rdf:about="xxx"
dc:identifier="xxx"
dc:title="xxx"
trackback:ping="xxx" />
</rdf:RDF> -->
If I for example I delete
Code:
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
Sorry if this is a stupid question.

Comment