| Age | Commit message (Collapse) | Author |
|
2) Protect the fullsize image with a permission check
3) Added a content:encoded element to each item which allows the image to show up in the body of the feed.
|
|
Convert all item->type == "photo" to item->is_photo()
|
|
File_Structure_Test to make sure we don't regress.
According to the PHP docs, the "public" keyword is implied on static
functions, so remove it. Also, require private static functions to
start with an _.
http://php.net/manual/en/language.oop5.visibility.php
|
|
can get to the feed from other parts of the code.
|
|
|
|
and also allow modules to contribute blocks to the layout.
|