Changeset 1072
- Timestamp:
- 05/10/08 21:50:00 (7 months ago)
- Files:
-
- bb-reputation/trunk/bb-reputation.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-reputation/trunk/bb-reputation.php
r1071 r1072 6 6 Author: _ck_ 7 7 Author URI: http://bbShowcase.org 8 Version: 0.0. 18 Version: 0.0.2 9 9 10 10 license: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ … … 248 248 $y=$offset*5; // 5 items per row 249 249 printf(__('%s ago'),bb_since($matches[$y])); 250 echo ', <a href="' . get_user_profile_link($matches[$y+1]) . '">' . get_ post_author($matches[$y+1]) . '</a> ';250 echo ', <a href="' . get_user_profile_link($matches[$y+1]) . '">' . get_user_name( $matches[$y+1] ) . '</a> '; 251 251 if (intval($matches[$y+2])>0) { 252 252 $bb_post = bb_get_post( $matches[$y+2] );
