1. The line <?php printRSSHeaderLink('Gallery','Gallery RSS'); ?> is located twice in header of "image.php" (default theme). Is there any reason behind?
2. Why has this function no line feed ("\n") at the end of the echo?
1. Thanks for finding that, that indeed should be there only once. 2. The line feed is more a cosmetic thing for the look of the code when viewing in the browsers source code view.
Comments
2. The line feed is more a cosmetic thing for the look of the code when viewing in the browsers source code view.