Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,252
- Themes
- 10,390
- Plugins
- 15,311
- Requests & Feedback
- 14,901
- Showcase
- 3,252
-
<td class="num">
<?php
function gs_get_topic_last_poster_profile_link() {
global $topic;
if ($topic)
return sprintf('<a href="%s">%s</a>', get_user_profile_link($topic->topic_last_poster), get_topic_last_poster($topic->topic_id));
return false;
}
?>
</td>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS