- Timestamp:
- 12/16/2024 07:53:28 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/footer.php
r7244 r14281 3 3 <hr class="hidden" /> 4 4 5 <div id="footer"> 5 <div id="footer"><div id="footer-inner"> 6 6 <div class="links"> 7 7 <p> 8 See also: 9 <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> • 10 <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> • 11 <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> • 12 <a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> • 13 <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a> 8 <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> 9 <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> 10 <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> 11 <a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> 12 <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a> 14 13 </p> 15 14 </div> 16 15 <div class="details"> 17 16 <p> 18 <a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> • 19 <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> • 20 <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> • 21 <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> • 17 <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> 18 <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> 19 <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> 22 20 <a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a> 21 <a href="https://x.com/bbpress"><?php _e( 'X', 'bbporg'); ?></a> 23 22 </p> 24 23 </div> 25 </div> 24 </div></div> 26 25 <?php wp_footer(); ?> 27 26 </body>
Note: See TracChangeset
for help on using the changeset viewer.