Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/20/2015 06:02:50 PM (11 years ago)
Author:
djpaul
Message:

HTTPSify all external URLs if applicable.

Also sneaks in a few corrections to BuddyPress Codex URLs where the content has been moved since the link was originally added to BP.

Fixes #6184, props mercime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r9496 r9517  
    124124                get_current_screen()->set_help_sidebar(
    125125                        '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    126                         '<p><a href="http://buddypress.org/support">' . __( 'Support Forums', 'buddypress' ) . '</a></p>'
     126                        '<p><a href="https://buddypress.org/support">' . __( 'Support Forums', 'buddypress' ) . '</a></p>'
    127127                );
    128128
     
    172172                get_current_screen()->set_help_sidebar(
    173173                        '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    174                         '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     174                        '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    175175                );
    176176        }
Note: See TracChangeset for help on using the changeset viewer.