Making WordPress.org


Ignore:
Timestamp:
08/04/2017 09:42:45 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add icons for "Subscribe" and "Favorite" sidebar links, for consistency with the rest of the links.

Move existing icon styles from style-original.scss to site/_bbpress.scss to consolidate them in one place.

Remove unused code from sidebar.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sidebar.php

    r5638 r5751  
    99                <ul class="forum-info">
    1010                    <?php bb_base_single_forum_description(); ?>
    11                 </ul>
    12             </div>
    13 
    14             <!--div>
    15                 <?php
    16                     //if ( bb_is_intl_forum() ) :
    17                     //  bb_base_topic_search_form();
    18                     //else :
    19                     //  bb_base_search_form();
    20                     //endif;
    21                 ?>
    22             </div-->
    23 
    24             <div>
    25                 <!--h3><?php //_e( 'Forum Feeds', 'wporg-forums' ); ?></h3-->
    26                 <ul class="forum-feeds">
    2711                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/"><?php _e( 'Recent Posts', 'wporg-forums' ); ?></a></li>
    2812                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic"><?php _e( 'Recent Topics', 'wporg-forums' ); ?></a></li>
     
    6347                ) ); ?>
    6448            </div>
    65 
    66             <!--div>
    67                 <?php
    68                     //if ( bb_is_intl_forum() ) :
    69                     //  bb_base_reply_search_form();
    70                     //else :
    71                     //  bb_base_search_form();
    72                     //endif;
    73                 ?>
    74             </div-->
    7549
    7650            <?php if ( current_user_can( 'moderate', bbp_get_topic_id() ) || wporg_support_current_user_can_stick( bbp_get_topic_id() ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.