Making WordPress.org

Ticket #2038: meta-2038.2.patch

File meta-2038.2.patch, 2.5 KB (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic-lead.php

     
    2121
    2222                                <?php do_action( 'bbp_theme_before_topic_author_details' ); ?>
    2323
    24                                 <?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>
     24                                <?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => true ) ); ?>
    2525
    2626                                <?php bbp_user_nicename( bbp_get_topic_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?>
    2727
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php

     
    1515
    1616                <?php do_action( 'bbp_theme_before_reply_author_details' ); ?>
    1717
    18                 <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true, 'size' => 100 ) ); ?>
     18                <?php bbp_reply_author_link( array( 'sep' => '', 'show_role' => true, 'size' => 100 ) ); ?>
    1919
    2020                <?php bbp_user_nicename( bbp_get_reply_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?>
    2121
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css

     
    272272        font-size: 12px;
    273273}
    274274
     275#bbpress-forums div.bbp-topic-author a.bbp-author-name,
     276#bbpress-forums div.bbp-reply-author a.bbp-author-name {
     277        font-size: 13px;
     278        font-weight: bold;
     279}
     280
     281#bbpress-forums .bbp-author-role {
     282        margin: 0;
     283        border: 0;
     284        background-color: initial;
     285}
     286
    275287/* Colors */
    276288a {
    277289        color: #0073aa;
     
    405417        }
    406418
    407419        #bbpress-forums .bbp-author-role {
    408                 margin: -20px 0 0;
    409                 padding: 0 6px;
     420                margin: 0;
     421                padding: 0;
    410422        }
    411423
    412424        #bbpress-forums p.bbp-topic-post-date,