Making WordPress.org


Ignore:
Timestamp:
12/16/2024 07:53:28 PM (12 months ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: enfreshen the bb-base theme

See: https://buddypress.trac.wordpress.org/ticket/9262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/sidebar.php

    r7305 r14281  
    77
    88            <div>
    9                 <h3><?php _e( 'Forum Info', 'bbporg'); ?></h3>
     9                <h2><?php _e( 'Forum Info', 'bbporg'); ?></h2>
    1010                <ul class="forum-info">
    1111                    <?php bb_base_single_forum_description(); ?>
     
    1616
    1717            <div>
    18                 <h3><?php _e( 'Forum Feeds', 'bbporg'); ?></h3>
     18                <h2><?php _e( 'Forum Feeds', 'bbporg'); ?></h2>
    1919                <ul>
    2020                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/" title="<?php esc_attr_e( 'Forum Posts', 'bborg' ); ?>"><?php esc_html_e( 'Recent Posts', 'bborg' ); ?></a></li>
     
    2626
    2727            <div>
    28                 <h3><?php _e( 'Topic Info', 'bbporg'); ?></h3>
     28                <h2><?php _e( 'Topic Info', 'bbporg'); ?></h2>
    2929                <ul class="topic-info">
    3030                    <?php bb_base_single_topic_description(); ?>
     
    3434            <div>
    3535                <?php bbp_topic_tag_list( 0, array(
    36                     'before' => '<h3>' . esc_html__( 'Topic Tags', 'bborg' ) . '</h3><ul class="topic-tags"><li>',
     36                    'before' => '<h2>' . esc_html__( 'Topic Tags', 'bborg' ) . '</h2><ul class="topic-tags"><li>',
    3737                    'after'  => '</li></ul>',
    3838                    'sep'    => '</li><li>',
     
    4747                    <?php bbp_topic_admin_links( array (
    4848                        'id'     => bbp_get_topic_id(),
    49                         'before' => '<h3>' . esc_html__( 'Topic Admin', 'bborg' ) . '</h3><ul class="topic-admin-links"><li>',
     49                        'before' => '<h2>' . esc_html__( 'Moderation', 'bborg' ) . '</h2><ul class="topic-admin-links"><li>',
    5050                        'after'  => '</li></ul>',
    5151                        'sep'    => '</li><li>',
     
    5959
    6060            <div>
    61                 <h3><?php _e( 'Forums', 'bbporg'); ?></h3>
     61                <h2><?php _e( 'Forums', 'bbporg'); ?></h2>
    6262                <?php echo do_shortcode( '[bbp-forum-index]' ); ?>
    6363            </div>
     
    6565
    6666            <div>
    67                 <h3><?php _e( 'Views', 'bbporg'); ?></h3>
     67                <h2><?php _e( 'Views', 'bbporg'); ?></h2>
    6868                <ul>
    6969
     
    7878
    7979            <div>
    80                 <h3><?php _e( 'Feeds', 'bbporg'); ?></h3>
     80                <h2><?php _e( 'Feeds', 'bbporg'); ?></h2>
    8181                <ul>
    8282                    <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/" title="<?php esc_attr_e( 'All Recent Posts', 'bborg' ); ?>"><?php esc_html_e( 'All Recent Posts', 'bborg' ); ?></a></li>
     
    8585            </div>
    8686
    87             <div>
    88                 <h3><?php _e( 'Tags', 'bbporg'); ?></h3>
     87            <div class="bbp-topic-tag-cloud">
     88                <h2><?php _e( 'Tags', 'bbporg'); ?></h2>
    8989                <?php echo do_shortcode( '[bbp-topic-tags]' ); ?>
    9090            </div>
     
    9595
    9696        <div class="feature">
    97             <h3><?php _e('WordPress', 'bbporg'); ?></h3>
     97            <h2><?php _e('WordPress', 'bbporg'); ?></h2>
    9898            <p><a href="https://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a><?php esc_html_e( 'The world&#8217;s most powerful web publishing software.', 'bborg' ); ?></p>
    9999        </div>
    100100        <div class="feature">
    101             <h3><?php _e('bbPress', 'bbporg'); ?></h3>
     101            <h2><?php _e('bbPress', 'bbporg'); ?></h2>
    102102            <p><a href="https://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a><?php esc_html_e( 'Simple and elegant forum software from the creators of WordPress.', 'bborg' ); ?></p>
    103103        </div>
    104104        <div style="margin-right: 0pt;" class="feature">
    105             <h3><?php _e('BuddyPress', 'bbporg'); ?></h3>
     105            <h2><?php _e('BuddyPress', 'bbporg'); ?></h2>
    106106            <p><a href="https://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a><?php esc_html_e( 'Create a fully featured niche social-network with a few easy clicks.', 'bborg' ); ?></p>
    107107        </div>
     
    110110
    111111        <div>
    112             <h3><?php _e( 'Categories', 'bbporg'); ?></h3>
     112            <h2><?php _e( 'Categories', 'bbporg'); ?></h2>
    113113            <ul>
    114114                <?php wp_list_categories( array( 'title_li' => false ) ); ?>
     
    117117
    118118        <div>
    119             <h3><?php _e( 'Tags', 'bbporg'); ?></h3>
     119            <h2><?php _e( 'Tags', 'bbporg'); ?></h2>
    120120            <?php wp_tag_cloud(); ?>
    121121        </div>
Note: See TracChangeset for help on using the changeset viewer.