Changeset 1644 for sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php
- Timestamp:
- 06/02/2015 09:17:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php
r452 r1644 15 15 16 16 <h3 class="title">Article Contributors</h3> 17 17 18 18 <?php 19 19 … … 37 37 echo '<h5>' . esc_html( $userdata->display_name ) . '</h5>'; 38 38 echo '<p>' . esc_html( $codex_contributors[$post->post_author] ) . ' revision'; 39 if ( $codex_contributors[$post->post_author] > 1 ) 39 if ( $codex_contributors[$post->post_author] > 1 ) 40 40 echo 's'; 41 41 echo '</p>'; … … 72 72 <h3 class="title">Want to help?</h3> 73 73 74 <p>The BuddyPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="http ://codex.buddypress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>74 <p>The BuddyPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="https://codex.buddypress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p> 75 75 76 76 </div> … … 86 86 <div class="links"> 87 87 <p> 88 See also: 89 <a href="http ://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> •90 <a href="http ://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> •91 <a href="http ://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> •92 <a href="http ://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> •88 See also: 89 <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> • 90 <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> • 91 <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> • 92 <a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> • 93 93 <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a> 94 94 </p> … … 97 97 <div class="details"> 98 98 <p> 99 <a href="http ://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> •100 <a href="http ://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> •101 <a href="http ://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> •102 <a href="http ://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>99 <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> • 100 <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> • 101 <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> • 102 <a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a> 103 103 </p> 104 104 </div> 105 105 106 106 </div> 107 107 <?php wp_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.