- Timestamp:
- 02/01/10 06:43:55 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/content/plugins/post_manager/post_manager.php
r1056 r1060 85 85 foreach ($flags as $flag) { 86 86 $h->readPost($flag->post_id); 87 $output .= "<a href='" . $h->url(array('page'=>$flag->post_id)) . "' title='" . $ lang["post_man_flags_title"] . $h->post->title . "'>" . $flag->post_status . "</a>, ";87 $output .= "<a href='" . $h->url(array('page'=>$flag->post_id)) . "' title='" . $h->lang["post_man_flags_title"] . $h->post->title . "'>" . $flag->post_status . "</a>, "; 88 88 } 89 89 $output = rstrtrim($output, ", ");
Note: See TracChangeset
for help on using the changeset viewer.