- Timestamp:
- 12/16/2024 07:53:28 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/sidebar.php
r7305 r14281 7 7 8 8 <div> 9 <h 3><?php _e( 'Forum Info', 'bbporg'); ?></h3>9 <h2><?php _e( 'Forum Info', 'bbporg'); ?></h2> 10 10 <ul class="forum-info"> 11 11 <?php bb_base_single_forum_description(); ?> … … 16 16 17 17 <div> 18 <h 3><?php _e( 'Forum Feeds', 'bbporg'); ?></h3>18 <h2><?php _e( 'Forum Feeds', 'bbporg'); ?></h2> 19 19 <ul> 20 20 <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> … … 26 26 27 27 <div> 28 <h 3><?php _e( 'Topic Info', 'bbporg'); ?></h3>28 <h2><?php _e( 'Topic Info', 'bbporg'); ?></h2> 29 29 <ul class="topic-info"> 30 30 <?php bb_base_single_topic_description(); ?> … … 34 34 <div> 35 35 <?php bbp_topic_tag_list( 0, array( 36 'before' => '<h 3>' . 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>', 37 37 'after' => '</li></ul>', 38 38 'sep' => '</li><li>', … … 47 47 <?php bbp_topic_admin_links( array ( 48 48 'id' => bbp_get_topic_id(), 49 'before' => '<h 3>' . 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>', 50 50 'after' => '</li></ul>', 51 51 'sep' => '</li><li>', … … 59 59 60 60 <div> 61 <h 3><?php _e( 'Forums', 'bbporg'); ?></h3>61 <h2><?php _e( 'Forums', 'bbporg'); ?></h2> 62 62 <?php echo do_shortcode( '[bbp-forum-index]' ); ?> 63 63 </div> … … 65 65 66 66 <div> 67 <h 3><?php _e( 'Views', 'bbporg'); ?></h3>67 <h2><?php _e( 'Views', 'bbporg'); ?></h2> 68 68 <ul> 69 69 … … 78 78 79 79 <div> 80 <h 3><?php _e( 'Feeds', 'bbporg'); ?></h3>80 <h2><?php _e( 'Feeds', 'bbporg'); ?></h2> 81 81 <ul> 82 82 <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> … … 85 85 </div> 86 86 87 <div >88 <h 3><?php _e( 'Tags', 'bbporg'); ?></h3>87 <div class="bbp-topic-tag-cloud"> 88 <h2><?php _e( 'Tags', 'bbporg'); ?></h2> 89 89 <?php echo do_shortcode( '[bbp-topic-tags]' ); ?> 90 90 </div> … … 95 95 96 96 <div class="feature"> 97 <h 3><?php _e('WordPress', 'bbporg'); ?></h3>97 <h2><?php _e('WordPress', 'bbporg'); ?></h2> 98 98 <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’s most powerful web publishing software.', 'bborg' ); ?></p> 99 99 </div> 100 100 <div class="feature"> 101 <h 3><?php _e('bbPress', 'bbporg'); ?></h3>101 <h2><?php _e('bbPress', 'bbporg'); ?></h2> 102 102 <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> 103 103 </div> 104 104 <div style="margin-right: 0pt;" class="feature"> 105 <h 3><?php _e('BuddyPress', 'bbporg'); ?></h3>105 <h2><?php _e('BuddyPress', 'bbporg'); ?></h2> 106 106 <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> 107 107 </div> … … 110 110 111 111 <div> 112 <h 3><?php _e( 'Categories', 'bbporg'); ?></h3>112 <h2><?php _e( 'Categories', 'bbporg'); ?></h2> 113 113 <ul> 114 114 <?php wp_list_categories( array( 'title_li' => false ) ); ?> … … 117 117 118 118 <div> 119 <h 3><?php _e( 'Tags', 'bbporg'); ?></h3>119 <h2><?php _e( 'Tags', 'bbporg'); ?></h2> 120 120 <?php wp_tag_cloud(); ?> 121 121 </div>
Note: See TracChangeset
for help on using the changeset viewer.