Changeset 4511 for trunk/bp-themes/bp-default/attachment.php
- Timestamp:
- 06/14/2011 09:18:16 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/attachment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/attachment.php
r4226 r4511 23 23 24 24 <p class="date"> 25 <?php printf( __( '%1$s <span>by %2$s</span>', 'buddypress' ), get_the_date(), bp_core_get_userlink( $post->post_author) ); ?>25 <?php printf( __( '%1$s <span>by %2$s</span>', 'buddypress' ), get_the_date(), str_replace( '<a href=', '<a rel="author" href=', bp_core_get_userlink( $post->post_author ) ) ); ?> 26 26 <span class="post-utility alignright"><?php edit_post_link( __( 'Edit this entry', 'buddypress' ) ); ?></span> 27 27 </p>
Note: See TracChangeset
for help on using the changeset viewer.