Home
last modified time | relevance | path

Searched refs:photo (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php512 if (isset($entry['properties']['photo'][0])) {
513 // If a photo is also in content, don't need to add it again here.
519 for ($j = 0; $j < count($entry['properties']['photo']); $j++) {
520 $photo = $entry['properties']['photo'][$j];
521 if (!empty($photo) && strpos($content, $photo) === false) {
522 $photo_list[] = $photo;
525 // When there's more than one photo show the first and use a lightbox.
600 isset($feed_author['properties']['photo'][
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md258 * Added photo de-duping in microformats. [#348](https://github.com/simplepie/simplepie/pull/348)