Advertisement
bhengh

SB add passages to feed: old code B (line 150)

Jan 23rd, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php if ($sermon->description) { ?>
  2. <description><![CDATA[<?php echo stripslashes($sermon->description) ?>]]></description>
  3. <itunes:summary><![CDATA[<?php echo stripslashes($sermon->description) ?>]]></itunes:summary>
  4. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement