Making WordPress.org

Changeset 2405


Ignore:
Timestamp:
01/28/2016 07:47:32 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Add privacy link to bb-base (bbpress.org, buddypress.org) footers.

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

Legend:

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

    r1644 r2405  
    1919                    <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
    2020                    <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
     21                    <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a>
    2122                    <a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
    2223                </p>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/footer.php

    r1644 r2405  
    6767                    <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
    6868                    <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
     69                                        <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a>
    6970                    <a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
    7071                </p>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php

    r1644 r2405  
    100100                    <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
    101101                    <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
     102                                        <a href="https://wordpress.org/about/privacy/"><?php _e('Privacy', 'bbporg'); ?></a>
    102103                    <a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
    103104                </p>
Note: See TracChangeset for help on using the changeset viewer.