Changeset 1661
- Timestamp:
- 08/26/08 21:23:53 (3 months ago)
- Files:
-
- trunk/bb-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bb-includes/template-functions.php
r1646 r1661 1461 1461 $r = '<a href="' . attribute_escape( get_user_profile_link( get_post_author_id( $post_id ) ) ) . '">' . $title . '</a>'; 1462 1462 1463 echo apply_filters( ' post_author_title_link', $r, get_post_id( $post_id ) );1463 echo apply_filters( 'get_post_author_title_link', $r, get_post_id( $post_id ) ); 1464 1464 } 1465 1465