Making WordPress.org

Changeset 7170


Ignore:
Timestamp:
04/26/2018 02:14:22 AM (8 years ago)
Author:
netweb
Message:

BuddyPress.org & bbPress.org: Add footer link to privacy policy

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/footer.php

    r2407 r7170  
    1818                                        <a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
    1919                                        <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
     20                                        <a href="https://bbpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> &bull;
    2021                                        <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
    2122                                        <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> &bull;
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php

    r6364 r7170  
    1818                                        <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg' ); ?></a> &bull;
    1919                                        <a href="https://buddypress.org/about/gpl/"><?php _e( 'GPL', 'bporg' ); ?></a> &bull;
     20                                        <a href="https://buddypress.org/about/privacy/"><?php _e( 'Privacy', 'bporg' ); ?></a> &bull;
    2021                                        <a href="https://buddypress.org/contact/"><?php _e( 'Contact Us', 'bporg' ); ?></a> &bull;
    2122                                        <a href="https://buddypress.org/terms/"><?php _e( 'Terms of Service', 'bporg' ); ?></a>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/footer.php

    r2407 r7170  
    6666                                        <a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
    6767                                        <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
     68                                        <a href="https://bbpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> &bull;
    6869                                        <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
    6970                                        <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> &bull;
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php

    r2407 r7170  
    9999                                        <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
    100100                                        <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
     101                                        <a href="https://buddypress.org/about/privacy/"><?php _e('Privacy', 'bporg'); ?></a> &bull;
    101102                                        <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
    102103                                        <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a> &bull;
Note: See TracChangeset for help on using the changeset viewer.