- Timestamp:
- 06/14/2018 10:02:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/sidebar.php
r5921 r7305 18 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/" title="<?php esc_attr_e( 'Forum Posts', 'bborg' ); ?>"><?php esc_html_e( 'Recent Posts', 'bborg' ); ?></a></li> 21 <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic" title="<?php esc_attr_e( 'Forum Topics', 'bborg' ); ?>"><?php esc_html_e( 'Recent Topics', 'bborg' ); ?></a></li> 22 22 </ul> 23 23 </div> … … 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>' . esc_html__( 'Topic Tags', 'bborg' ) . '</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>' . esc_html__( 'Topic Admin', 'bborg' ) . '</h3><ul class="topic-admin-links"><li>', 50 50 'after' => '</li></ul>', 51 51 'sep' => '</li><li>', … … 80 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/" title="<?php esc_attr_e( 'All Recent Posts', 'bborg' ); ?>"><?php esc_html_e( 'All Recent Posts', 'bborg' ); ?></a></li> 83 <li><a class="feed" href="<?php bbp_topics_url(); ?>feed/" title="<?php esc_attr_e( 'All Recent Topics', 'bborg' ); ?>"><?php esc_html_e( 'All Recent Topics', 'bborg' ); ?></a></li> 84 84 </ul> 85 85 </div> … … 96 96 <div class="feature"> 97 97 <h3><?php _e('WordPress', 'bbporg'); ?></h3> 98 <p><a href="https://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a> The world’s most powerful web publishing software.</p>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 101 <h3><?php _e('bbPress', 'bbporg'); ?></h3> 102 <p><a href="https://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a> Simple and elegant forum software from the creators of WordPress.</p>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 105 <h3><?php _e('BuddyPress', 'bbporg'); ?></h3> 106 <p><a href="https://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a> Create a fully featured niche social-network with a few easy clicks.</p>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> 108 108
Note: See TracChangeset
for help on using the changeset viewer.