Changeset 191707
- Timestamp:
- 01/08/2010 11:57:51 PM (16 years ago)
- File:
-
- 1 edited
-
lifestream/trunk/inc/labels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lifestream/trunk/inc/labels.php
r191706 r191707 18 18 function _get_show_details_link() 19 19 { 20 return sprintf('<a href="javascript:void(0);" onclick="lifestream_toggle(this, \'%s\', \'%2$s\', \'%2$s\');return false;">%2$s</a>', $this->feed->get_id($this->event, $ options['id']), count($this->event->data));20 return sprintf('<a href="javascript:void(0);" onclick="lifestream_toggle(this, \'%s\', \'%2$s\', \'%2$s\');return false;">%2$s</a>', $this->feed->get_id($this->event, $this->options['id']), count($this->event->data)); 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.