Changeset 2914 for branches/plugin/bbp-includes/bbp-user-template.php
- Timestamp:
- 02/18/2011 10:16:22 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-user-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-user-template.php
r2894 r2914 889 889 $post_id = $args; 890 890 891 if ( bbp_ get_topic_id( $post_id ) )891 if ( bbp_is_topic( $post_id ) ) 892 892 return bbp_get_topic_author_link( $args ); 893 elseif ( bbp_ get_reply_id( $post_id ) )893 elseif ( bbp_is_reply( $post_id ) ) 894 894 return bbp_get_reply_author_link( $args ); 895 895 else
Note: See TracChangeset
for help on using the changeset viewer.