PDA

View Full Version : PP version in function_feeds.php


dhdesign
01-17-2008, 12:54 PM
Am going through making my little tweaks to some files after upgrading. In editing function_feeds.php to remove the original enclosure link in the feed, I noticed that the generator line still shows the PP version as 1.6.0 in three places:

line 437, line 588, line 744 - $atom .= "<generator uri='http://www.pixelpost.org/' version='1.6.0'>Pixelpost</generator>\n";

Shouldn't that be changed to version='1.7.1'?

Dkozikowski
01-17-2008, 01:02 PM
Feel free to make the necessary changes. It's not a big deal but you're right, they technically should be changed. With all the code, it's easy to overlook small things like that.

I'll make the necessary updates to our SVN copy now so I don' forget again ;)

dhdesign
01-17-2008, 01:05 PM
Thanks, I'll go ahead and change my file and get it uploaded to the server.