correct simbol eng version

This commit is contained in:
2022-01-11 23:06:02 +03:00
parent 4d88d4133f
commit f89bd9d939
11 changed files with 77 additions and 12 deletions

View File

@@ -19,10 +19,7 @@
<enclosure url="<?=get_the_post_thumbnail_url($post->ID)?>" type="image/jpeg"/>
<?endif?>
<pubDate><?=_U2RFC822($post->post_date)?></pubDate>
<yandex:full-text><![CDATA[
<?=filterHtml($post->post_content)?>
]]>
</yandex:full-text>
<yandex:full-text><![CDATA[<?=strip_tags($post->post_content)?>]]></yandex:full-text>
</item>
<?endforeach?>
</channel>