Skip to content

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Jan 13, 2012
1 parent 90efc0f commit 937dc1f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ghetto-life-stream.php
Expand Up @@ -25,20 +25,20 @@
*
* Example usage:
*
* <? foreach (get_buzz_entries() as $entry) { ?>
* <div>
* <a href="<?= $entry["profile"] ?>"><img
* src="/img/icons/<?= $entry["source"] ?>.png"
* alt="<?= $entry["source"] ?>" /></a>
* <p>
* <?= $entry["body"] ?>
* <? if ($entry["link"]) { ?>
* <? foreach (get_buzz_entries() as $entry) { ?>
* <div>
* <a href="<?= $entry["profile"] ?>"><img
* src="/img/icons/<?= $entry["source"] ?>.png"
* alt="<?= $entry["source"] ?>" /></a>
* <p>
* <?= $entry["body"] ?>
* <? if ($entry["link"]) { ?>
* <a class="more" href="<?= $entry["link"] ?>">read more</a>
* <? } ?>
* - <?= $entry["time"] ?>
* </p>
* </div>
* <? } ?>
* <? } ?>
* - <?= $entry["time"] ?>
* </p>
* </div>
* <? } ?>
*
*/

Expand Down

0 comments on commit 937dc1f

Please sign in to comment.