Ticket #1646: 1646.patch.diff
| File 1646.patch.diff, 1.5 KB (added by , 16 years ago) |
|---|
-
bp-themes/bp-default/single.php
26 26 <div class="post-content"> 27 27 <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ) ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> 28 28 29 <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em> </p>29 <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink( $post->post_author ) ) ?></em> <?php edit_post_link( __( 'Edit this entry', 'buddypress' ),'<em class="edit-link">','</em>'); ?></p> 30 30 31 31 <div class="entry"> 32 32 <?php the_content( __( 'Read the rest of this entry →', 'buddypress' ) ); ?> -
bp-themes/bp-default/_inc/css/default.css
1533 1533 border-bottom: 1px solid #e4e4e4; 1534 1534 border-top: 1px solid #e4e4e4; 1535 1535 } 1536 1537 div.post p.date em.edit-link { 1538 float: right; 1539 } 1536 1540 1537 1541 div.post p.postmetadata { 1538 1542 margin-top: 15px;