Making WordPress.org

Changeset 4875


Ignore:
Timestamp:
02/03/2017 11:23:57 PM (8 years ago)
Author:
coffee2code
Message:

Support Theme: Remove unnecessary gap under user titles in replies.

Fixes #2476.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-reply.php

    r4248 r4875  
    3333        <?php if ( $title = get_user_option( 'title', bbp_get_reply_author_id() ) ) : ?>
    3434
    35             <br /><p class="bbp-author-title"><?php echo esc_html( $title ); ?></p>
     35            <p class="bbp-author-title"><?php echo esc_html( $title ); ?></p>
    3636
    3737        <?php endif; ?>
    3838
    39         <br /><p class="bbp-reply-post-date"><a href="<?php bbp_reply_url(); ?>" title="#<?php bbp_reply_id(); ?>" class="bbp-reply-permalink"><?php bbp_reply_post_date( bbp_get_reply_id(), true ); ?></a></p>
     39        <div class="bbp-reply-meta">
     40
     41        <p class="bbp-reply-post-date"><a href="<?php bbp_reply_url(); ?>" title="#<?php bbp_reply_id(); ?>" class="bbp-reply-permalink"><?php bbp_reply_post_date( bbp_get_reply_id(), true ); ?></a></p>
    4042
    4143        <?php if ( current_user_can( 'moderate', bbp_get_reply_topic_id() ) ) : ?>
     
    5052
    5153        <?php do_action( 'bbp_theme_after_reply_author_details' ); ?>
     54
     55        </div>
    5256
    5357    </div><!-- .bbp-reply-author -->
Note: See TracChangeset for help on using the changeset viewer.