Changeset 6364 for sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php
- Timestamp:
- 01/12/2018 03:47:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php
r5923 r6364 23 23 24 24 <div> 25 <h3><?php _e( 'Forum Info', 'bporg' ); ?></h3>25 <h3><?php _e( 'Forum Info', 'bporg' ); ?></h3> 26 26 <ul class="forum-info"> 27 27 <?php bb_base_single_forum_description(); ?> … … 32 32 33 33 <div> 34 <h3><?php _e( 'Forum Feeds', 'bporg' ); ?></h3>34 <h3><?php _e( 'Forum Feeds', 'bporg' ); ?></h3> 35 35 <ul> 36 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/" title="Forum Posts">Recent Posts</a></li>37 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic" title="Forum Topics">Recent Topics</a></li>36 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/"><?php _e( 'Recent Posts', 'bporg' ); ?></a></li> 37 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic"><?php _e( 'Recent Topics', 'bporg' ); ?></a></li> 38 38 </ul> 39 39 </div> … … 42 42 43 43 <div> 44 <h3><?php _e( 'Topic Info', 'bporg' ); ?></h3>44 <h3><?php _e( 'Topic Info', 'bporg' ); ?></h3> 45 45 <ul class="topic-info"> 46 46 <?php bb_base_single_topic_description(); ?> … … 50 50 <div> 51 51 <?php bbp_topic_tag_list( 0, array( 52 'before' => '<h3> Topic Tags</h3><ul class="topic-tags"><li>',52 'before' => '<h3>' . __( 'Topic Tags', 'bporg' ) . '</h3><ul class="topic-tags"><li>', 53 53 'after' => '</li></ul>', 54 54 'sep' => '</li><li>', … … 63 63 <?php bbp_topic_admin_links( array ( 64 64 'id' => bbp_get_topic_id(), 65 'before' => '<h3> Topic Admin</h3><ul class="topic-admin-links"><li>',65 'before' => '<h3>' . __( 'Topic Admin', 'bporg' ) . '</h3><ul class="topic-admin-links"><li>', 66 66 'after' => '</li></ul>', 67 67 'sep' => '</li><li>', … … 75 75 76 76 <div> 77 <h3><?php _e( 'Forums', 'bporg' ); ?></h3>77 <h3><?php _e( 'Forums', 'bporg' ); ?></h3> 78 78 <?php echo do_shortcode( '[bbp-forum-index]' ); ?> 79 79 </div> … … 81 81 82 82 <div> 83 <h3><?php _e( 'Views', 'bporg' ); ?></h3>83 <h3><?php _e( 'Views', 'bporg' ); ?></h3> 84 84 <ul> 85 85 86 86 <?php foreach ( bbp_get_views() as $view => $args ) : ?> 87 87 88 <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>88 <li><a class="bbp-view-title" href="<?php bbp_view_url( $view ); ?>"><?php bbp_view_title( $view ); ?></a></li> 89 89 90 90 <?php endforeach; ?> … … 94 94 95 95 <div> 96 <h3><?php _e( 'Feeds', 'bporg' ); ?></h3>96 <h3><?php _e( 'Feeds', 'bporg' ); ?></h3> 97 97 <ul> 98 <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/" title="All Recent Posts">All Recent Posts</a></li>99 <li><a class="feed" href="<?php bbp_topics_url(); ?>feed/" title="All Recent Topics">All Recent Topics</a></li>98 <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/"><?php _e( 'All Recent Posts', 'bporg' ); ?></a></li> 99 <li><a class="feed" href="<?php bbp_topics_url(); ?>feed/"><?php _e( 'All Recent Topics', 'bporg' ); ?></a></li> 100 100 </ul> 101 101 </div> 102 102 103 103 <div> 104 <h3><?php _e( 'Tags', 'bporg' ); ?></h3>104 <h3><?php _e( 'Tags', 'bporg' ); ?></h3> 105 105 <?php echo do_shortcode( '[bbp-topic-tags]' ); ?> 106 106 </div> … … 112 112 <div class="feature"> 113 113 <h3><?php _e( 'Theme Development', 'bporg' ); ?></h3> 114 <p><a href="https://www.packtpub.com/web-development/buddypress-theme-development" title="BuddyPress Theme Development"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>115 <p class="book-description"> An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.</p>114 <p><a href="https://www.packtpub.com/web-development/buddypress-theme-development"><img width="225" alt="<?php esc_attr_e( 'BuddyPress Theme Development. A book by Tammie Lister', 'bporg' ); ?>" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p> 115 <p class="book-description"><?php _e( 'An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.', 'bporg' ); ?></p> 116 116 </div> 117 117 … … 121 121 122 122 <div> 123 <h3><?php _e( 'Legacy', 'bporg' ); ?></h3>123 <h3><?php _e( 'Legacy', 'bporg' ); ?></h3> 124 124 <ul> 125 <li><a href="https://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>125 <li><a href="https://buddypress.org/support/forum/plugin-forums/"><?php _e( 'Legacy Plugin Forums', 'bporg' ); ?></a></li> 126 126 </ul> 127 127 </div> … … 130 130 131 131 <div> 132 <h3><?php _e( 'Categories', 'bporg' ); ?></h3>132 <h3><?php _e( 'Categories', 'bporg' ); ?></h3> 133 133 <ul> 134 134 <?php wp_list_categories( array( 'title_li' => false ) ); ?> … … 137 137 138 138 <div> 139 <h3><?php _e( 'Tags', 'bporg' ); ?></h3>139 <h3><?php _e( 'Tags', 'bporg' ); ?></h3> 140 140 <?php wp_tag_cloud(); ?> 141 141 </div>
Note: See TracChangeset
for help on using the changeset viewer.