- Timestamp:
- 01/12/2018 03:23:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php
r5922 r6363 7 7 8 8 <div> 9 <h3><?php _e( 'Forum Info', 'bbporg' ); ?></h3>9 <h3><?php _e( 'Forum Info', 'bbporg' ); ?></h3> 10 10 <ul class="forum-info"> 11 11 <?php bb_base_single_forum_description(); ?> … … 16 16 17 17 <div> 18 <h3><?php _e( 'Forum Feeds', 'bbporg' ); ?></h3>18 <h3><?php _e( 'Forum Feeds', 'bbporg' ); ?></h3> 19 19 <ul> 20 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/" title="Forum Posts">Recent Posts</a></li>21 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic" title="Forum Topics">Recent Topics</a></li>20 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/"><?php _e( 'Recent Posts', 'bbporg' ); ?></a></li> 21 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic"><?php _e( 'Recent Topics', 'bbporg' ); ?></a></li> 22 22 </ul> 23 23 </div> … … 26 26 27 27 <div> 28 <h3><?php _e( 'Topic Info', 'bbporg' ); ?></h3>28 <h3><?php _e( 'Topic Info', 'bbporg' ); ?></h3> 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' => '<h3> Topic Tags</h3><ul class="topic-tags"><li>',36 'before' => '<h3>' . __( 'Topic Tags', 'bbporg' ) . '</h3><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' => '<h3> Topic Admin</h3><ul class="topic-admin-links"><li>',49 'before' => '<h3>' . __( 'Topic Admin', 'bbporg' ) . '</h3><ul class="topic-admin-links"><li>', 50 50 'after' => '</li></ul>', 51 51 'sep' => '</li><li>', … … 59 59 60 60 <div> 61 <h3><?php _e( 'Forums', 'bbporg' ); ?></h3>61 <h3><?php _e( 'Forums', 'bbporg' ); ?></h3> 62 62 <?php echo do_shortcode( '[bbp-forum-index]' ); ?> 63 63 </div> … … 65 65 66 66 <div> 67 <h3><?php _e( 'Views', 'bbporg' ); ?></h3>67 <h3><?php _e( 'Views', 'bbporg' ); ?></h3> 68 68 <ul> 69 69 70 70 <?php foreach ( bbp_get_views() as $view => $args ) : ?> 71 71 72 <li><a class="bbp-view-title" href="<?php bbp_view_url( $view ); ?>" title="<?php bbp_view_title( $view ); ?>"><?php bbp_view_title( $view ); ?></a></li>72 <li><a class="bbp-view-title" href="<?php bbp_view_url( $view ); ?>"><?php bbp_view_title( $view ); ?></a></li> 73 73 74 74 <?php endforeach; ?> … … 78 78 79 79 <div> 80 <h3><?php _e( 'Feeds', 'bbporg' ); ?></h3>80 <h3><?php _e( 'Feeds', 'bbporg' ); ?></h3> 81 81 <ul> 82 <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/" title="All Recent Posts">All Recent Posts</a></li>83 <li><a class="feed" href="<?php bbp_topics_url(); ?>feed/" title="All Recent Topics">All Recent Topics</a></li>82 <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/"><?php _e( 'All Recent Posts', 'bbporg' ); ?></a></li> 83 <li><a class="feed" href="<?php bbp_topics_url(); ?>feed/"><?php _e( 'All Recent Topics', 'bbporg' ); ?></a></li> 84 84 </ul> 85 85 </div> 86 86 87 87 <div> 88 <h3><?php _e( 'Tags', 'bbporg' ); ?></h3>88 <h3><?php _e( 'Tags', 'bbporg' ); ?></h3> 89 89 <?php echo do_shortcode( '[bbp-topic-tags]' ); ?> 90 90 </div> … … 95 95 96 96 <div class="feature"> 97 <h3><?php _e( 'bbPress Complete', 'bbporg'); ?></h3>98 <p><a href="https://www.packtpub.com/web-development/bbpress-complete" title="bbPress Complete"><img width="225" alt="" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p>99 <p class="book-description"> A step-by-step guide to creating, managing, and growing a community around your WordPress website.</p>97 <h3><?php _e( 'bbPress Complete', 'bbporg' ); ?></h3> 98 <p><a href="https://www.packtpub.com/web-development/bbpress-complete"><img width="225" alt="<?php esc_attr_e( 'bbPress Complete', 'bbporg' ); ?>" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p> 99 <p class="book-description"><?php _e( 'A step-by-step guide to creating, managing, and growing a community around your WordPress website.', 'bbporg' ); ?></p> 100 100 </div> 101 101 … … 105 105 106 106 <div> 107 <h3><?php _e( 'Legacy', 'bbporg' ); ?></h3>107 <h3><?php _e( 'Legacy', 'bbporg' ); ?></h3> 108 108 <ul> 109 <li><a href="<?php echo get_permalink( 116247 ); ?>" title="Legacy Plugins">Plugins for bbPress 1.1</a></li>109 <li><a href="<?php echo get_permalink( 116247 ); ?>"><?php _e( 'Plugins for bbPress 1.1', 'bbporg' ); ?></a></li> 110 110 </ul> 111 111 </div> … … 114 114 115 115 <div> 116 <h3><?php _e( 'Categories', 'bbporg' ); ?></h3>116 <h3><?php _e( 'Categories', 'bbporg' ); ?></h3> 117 117 <ul> 118 118 <?php wp_list_categories( array( 'title_li' => false ) ); ?> … … 121 121 122 122 <div> 123 <h3><?php _e( 'Tags', 'bbporg' ); ?></h3>123 <h3><?php _e( 'Tags', 'bbporg' ); ?></h3> 124 124 <?php wp_tag_cloud(); ?> 125 125 </div>
Note: See TracChangeset
for help on using the changeset viewer.