Skip to:
Content

BuddyPress.org

Changeset 9517


Ignore:
Timestamp:
02/20/2015 06:02:50 PM (10 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

Location:
trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/.editorconfig

    r8663 r9517  
    33
    44# WordPress Coding Standards
    5 # http://make.wordpress.org/core/handbook/coding-standards/
     5# https://make.wordpress.org/core/handbook/coding-standards/
    66
    77root = true
  • trunk/bp-loader.php

    r9458 r9517  
    1212/**
    1313 * Plugin Name: BuddyPress
    14  * Plugin URI:  http://buddypress.org
     14 * Plugin URI:  https://buddypress.org
    1515 * Description: BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.
    1616 * Author:      The BuddyPress Community
    17  * Author URI:  http://buddypress.org
     17 * Author URI:  https://buddypress.org
    1818 * Version:     2.3-alpha
    1919 * Text Domain: buddypress
  • trunk/src/bp-activity/bp-activity-admin.php

    r9471 r9517  
    243243        get_current_screen()->set_help_sidebar(
    244244            '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    245             '<p>' . __( '<a href="http://codex.buddypress.org/buddypress-site-administration/managing-activity/">Managing Activity</a>', 'buddypress' ) . '</p>' .
    246             '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     245            '<p>' . __( '<a href="https://codex.buddypress.org/administrator-guide/activity-stream-management-panels/">Managing Activity</a>', 'buddypress' ) . '</p>' .
     246            '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    247247        );
    248248
     
    288288        get_current_screen()->set_help_sidebar(
    289289            '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    290             '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     290            '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    291291        );
    292292    }
  • trunk/src/bp-activity/bp-activity-akismet.php

    r9471 r9517  
    132132     * @since BuddyPress (1.6)
    133133     *
    134      * @see http://plugins.trac.wordpress.org/ticket/1232
     134     * @see https://plugins.trac.wordpress.org/ticket/1232
    135135     */
    136136    public function add_activity_stream_nonce() {
     
    590590     * @since BuddyPress (1.6)
    591591     *
    592      * @see http://buddypress.trac.wordpress.org/ticket/3907
     592     * @see https://buddypress.trac.wordpress.org/ticket/3907
    593593     * @todo Update activity meta to allow >1 record with the same key (iterate through $history).
    594594     *
  • trunk/src/bp-activity/classes/class-bp-activity-feed.php

    r9486 r9517  
    395395    <description><?php echo $this->description ?></description>
    396396    <lastBuildDate><?php echo mysql2date( 'D, d M Y H:i:s O', bp_activity_get_last_updated(), false ); ?></lastBuildDate>
    397     <generator>http://buddypress.org/?v=<?php bp_version(); ?></generator>
     397    <generator>https://buddypress.org/?v=<?php bp_version(); ?></generator>
    398398    <language><?php bloginfo_rss( 'language' ); ?></language>
    399399    <ttl><?php echo $this->ttl; ?></ttl>
  • trunk/src/bp-blogs/bp-blogs-functions.php

    r9471 r9517  
    805805 * can precede BP's Blogs component. This function bumps the priority of the
    806806 * core function, so that we can be sure that the Blogs component is loaded
    807  * first. See http://buddypress.trac.wordpress.org/ticket/3916.
     807 * first. See https://buddypress.trac.wordpress.org/ticket/3916.
    808808 *
    809809 * @since BuddyPress (1.6.0)
  • trunk/src/bp-core/admin/bp-core-admin-components.php

    r9503 r9517  
    355355        'forums' => array(
    356356            'title'       => __( 'Group Forums', 'buddypress' ),
    357             'description' => sprintf( __( 'BuddyPress Forums are retired. Use %s.', 'buddypress' ), '<a href="http://bbpress.org">bbPress</a>' )
     357            'description' => sprintf( __( 'BuddyPress Forums are retired. Use %s.', 'buddypress' ), '<a href="https://bbpress.org/">bbPress</a>' )
    358358        ),
    359359    );
  • trunk/src/bp-core/admin/bp-core-admin-functions.php

    r9503 r9517  
    462462            $screen->set_help_sidebar(
    463463                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    464                 '<p>' . __( '<a href="http://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-components">Managing Components</a>', 'buddypress' ) . '</p>' .
    465                 '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     464                '<p>' . __( '<a href="https://codex.buddypress.org/getting-started/configure-components/">Managing Components</a>', 'buddypress' ) . '</p>' .
     465                '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    466466            );
    467467            break;
     
    480480            $screen->set_help_sidebar(
    481481                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    482                 '<p>' . __( '<a href="http://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-pages">Managing Pages</a>', 'buddypress' ) . '</p>' .
    483                 '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     482                '<p>' . __( '<a href="https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages">Managing Pages</a>', 'buddypress' ) . '</p>' .
     483                '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    484484            );
    485485
     
    499499            $screen->set_help_sidebar(
    500500                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    501                 '<p>' . __( '<a href="http://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-settings">Managing Settings</a>', 'buddypress' ) . '</p>' .
    502                 '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     501                '<p>' . __( '<a href="https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-settings">Managing Settings</a>', 'buddypress' ) . '</p>' .
     502                '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    503503            );
    504504
     
    518518            $screen->set_help_sidebar(
    519519                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    520                 '<p>' . __( '<a href="http://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields">Managing Profile Fields</a>', 'buddypress' ) . '</p>' .
    521                 '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     520                '<p>' . __( '<a href="https://codex.buddypress.org/administrator-guide/extended-profiles/">Managing Profile Fields</a>', 'buddypress' ) . '</p>' .
     521                '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    522522            );
    523523
  • trunk/src/bp-core/bp-core-admin.php

    r9513 r9517  
    538538                            <div class="welcome-panel-column welcome-panel-last">
    539539                                <h4><?php _e( 'Community and Support', 'buddypress'  ); ?></h4>
    540                                 <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Looking for help? The <a href="http://codex.buddypress.org/">BuddyPress Codex</a> has you covered.', 'buddypress' ) ?></p>
    541                                 <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Can&#8217;t find what you need? Stop by <a href="http://buddypress.org/support/">our support forums</a>, where active BuddyPress users and developers are waiting to share tips and more.', 'buddypress' ) ?></p>
     540                                <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Looking for help? The <a href="https://codex.buddypress.org/">BuddyPress Codex</a> has you covered.', 'buddypress' ) ?></p>
     541                                <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Can&#8217;t find what you need? Stop by <a href="https://buddypress.org/support/">our support forums</a>, where active BuddyPress users and developers are waiting to share tips and more.', 'buddypress' ) ?></p>
    542542                            </div>
    543543                        </div>
     
    645645            <ul class="wp-people-group " id="wp-people-group-project-leaders">
    646646                <li class="wp-person" id="wp-person-johnjamesjacoby">
    647                     <a href="http://profiles.wordpress.org/johnjamesjacoby"><img src="//www.gravatar.com/avatar/81ec16063d89b162d55efe72165c105f?s=60" class="gravatar" alt="John James Jacoby" /></a>
    648                     <a class="web" href="http://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>
     647                    <a href="https://profiles.wordpress.org/johnjamesjacoby"><img src="//www.gravatar.com/avatar/81ec16063d89b162d55efe72165c105f?s=60" class="gravatar" alt="John James Jacoby" /></a>
     648                    <a class="web" href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>
    649649                    <span class="title"><?php _e( 'Project Lead', 'buddypress' ); ?></span>
    650650                </li>
    651651                <li class="wp-person" id="wp-person-boonebgorges">
    652                     <a href="http://profiles.wordpress.org/boonebgorges"><img src="//www.gravatar.com/avatar/9cf7c4541a582729a5fc7ae484786c0c?s=60" class="gravatar" alt="Boone B. Gorges" /></a>
    653                     <a class="web" href="http://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>
     652                    <a href="https://profiles.wordpress.org/boonebgorges"><img src="//www.gravatar.com/avatar/9cf7c4541a582729a5fc7ae484786c0c?s=60" class="gravatar" alt="Boone B. Gorges" /></a>
     653                    <a class="web" href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>
    654654                    <span class="title"><?php _e( 'Lead Developer', 'buddypress' ); ?></span>
    655655                </li>
    656656                <li class="wp-person" id="wp-person-djpaul">
    657                     <a href="http://profiles.wordpress.org/djpaul"><img src="//www.gravatar.com/avatar/3bc9ab796299d67ce83dceb9554f75df?s=60" class="gravatar" alt="Paul Gibbs" /></a>
    658                     <a class="web" href="http://profiles.wordpress.org/djpaul">Paul Gibbs</a>
     657                    <a href="https://profiles.wordpress.org/djpaul"><img src="//www.gravatar.com/avatar/3bc9ab796299d67ce83dceb9554f75df?s=60" class="gravatar" alt="Paul Gibbs" /></a>
     658                    <a class="web" href="https://profiles.wordpress.org/djpaul">Paul Gibbs</a>
    659659                    <span class="title"><?php _e( 'Lead Developer', 'buddypress' ); ?></span>
    660660                </li>
     
    664664            <ul class="wp-people-group " id="wp-people-group-core-team">
    665665                <li class="wp-person" id="wp-person-r-a-y">
    666                     <a href="http://profiles.wordpress.org/r-a-y"><img src="//www.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60" class="gravatar" alt="Ray" /></a>
    667                     <a class="web" href="http://profiles.wordpress.org/r-a-y">Ray</a>
     666                    <a href="https://profiles.wordpress.org/r-a-y"><img src="//www.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60" class="gravatar" alt="Ray" /></a>
     667                    <a class="web" href="https://profiles.wordpress.org/r-a-y">Ray</a>
    668668                    <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
    669669                </li>
    670670                <li class="wp-person" id="wp-person-imath">
    671                     <a href="http://profiles.wordpress.org/imath"><img src="//www.gravatar.com/avatar/8b208ca408dad63888253ee1800d6a03?s=60" class="gravatar" alt="Mathieu Viet" /></a>
    672                     <a class="web" href="http://profiles.wordpress.org/imath">Mathieu Viet</a>
     671                    <a href="https://profiles.wordpress.org/imath"><img src="//www.gravatar.com/avatar/8b208ca408dad63888253ee1800d6a03?s=60" class="gravatar" alt="Mathieu Viet" /></a>
     672                    <a class="web" href="https://profiles.wordpress.org/imath">Mathieu Viet</a>
    673673                    <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
    674674                </li>
    675675                <li class="wp-person" id="wp-person-mercime">
    676                     <a href="http://profiles.wordpress.org/mercime"><img src="//www.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60" class="gravatar" alt="Mercime" /></a>
    677                     <a class="web" href="http://profiles.wordpress.org/mercime">Mercime</a>
     676                    <a href="https://profiles.wordpress.org/mercime"><img src="//www.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60" class="gravatar" alt="Mercime" /></a>
     677                    <a class="web" href="https://profiles.wordpress.org/mercime">Mercime</a>
    678678                    <span class="title"><?php _e( 'Navigator', 'buddypress' ); ?></span>
    679679                </li>
    680680                <li class="wp-person" id="wp-person-dcavins">
    681                     <a href="http://profiles.wordpress.org/dcavins"><img src="//www.gravatar.com/avatar/a5fa7e83d59cb45ebb616235a176595a?s=60" class="gravatar" alt="David Cavins" /></a>
    682                     <a class="web" href="http://profiles.wordpress.org/dcavins">David Cavins</a>
     681                    <a href="https://profiles.wordpress.org/dcavins"><img src="//www.gravatar.com/avatar/a5fa7e83d59cb45ebb616235a176595a?s=60" class="gravatar" alt="David Cavins" /></a>
     682                    <a class="web" href="https://profiles.wordpress.org/dcavins">David Cavins</a>
    683683                    <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
    684684                </li>
    685685                <li class="wp-person" id="wp-person-tw2113">
    686                     <a href="http://profiles.wordpress.org/tw2113"><img src="//www.gravatar.com/avatar/a5d7c934621fa1c025b83ee79bc62366?s=60" class="gravatar" alt="Michael Beckwith" /></a>
    687                     <a class="web" href="http://profiles.wordpress.org/tw2113">Michael Beckwith</a>
     686                    <a href="https://profiles.wordpress.org/tw2113"><img src="//www.gravatar.com/avatar/a5d7c934621fa1c025b83ee79bc62366?s=60" class="gravatar" alt="Michael Beckwith" /></a>
     687                    <a class="web" href="https://profiles.wordpress.org/tw2113">Michael Beckwith</a>
    688688                    <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span>
    689689                </li>
     
    693693            <ul class="wp-people-group " id="wp-people-group-rockstars">
    694694                <li class="wp-person" id="wp-person-henry-wright">
    695                     <a href="http://profiles.wordpress.org/henry.wright"><img src="//www.gravatar.com/avatar/0da2f1a9340d6af196b870f6c107a248?s=60" class="gravatar" alt="Henry Wright" /></a>
    696                     <a class="web" href="http://profiles.wordpress.org/henry.wright">Henry Wright</a>
     695                    <a href="https://profiles.wordpress.org/henry.wright"><img src="//www.gravatar.com/avatar/0da2f1a9340d6af196b870f6c107a248?s=60" class="gravatar" alt="Henry Wright" /></a>
     696                    <a class="web" href="https://profiles.wordpress.org/henry.wright">Henry Wright</a>
    697697                </li>
    698698                <li class="wp-person" id="wp-person-danbp">
    699                     <a href="http://profiles.wordpress.org/danbp"><img src="//www.gravatar.com/avatar/0deae2e7003027fbf153500cd3fa5501?s=60" class="gravatar" alt="danbp" /></a>
    700                     <a class="web" href="http://profiles.wordpress.org/danbp">danbp</a>
     699                    <a href="https://profiles.wordpress.org/danbp"><img src="//www.gravatar.com/avatar/0deae2e7003027fbf153500cd3fa5501?s=60" class="gravatar" alt="danbp" /></a>
     700                    <a class="web" href="https://profiles.wordpress.org/danbp">danbp</a>
    701701                </li>
    702702                <li class="wp-person" id="wp-person-shanebp">
    703                     <a href="http://profiles.wordpress.org/shanebp"><img src="//www.gravatar.com/avatar/ffd294ab5833ba14aaf175f9acc71cc4?s=60" class="gravatar" alt="shanebp" /></a>
    704                     <a class="web" href="http://profiles.wordpress.org/shanebp">shanebp</a>
     703                    <a href="https://profiles.wordpress.org/shanebp"><img src="//www.gravatar.com/avatar/ffd294ab5833ba14aaf175f9acc71cc4?s=60" class="gravatar" alt="shanebp" /></a>
     704                    <a class="web" href="https://profiles.wordpress.org/shanebp">shanebp</a>
    705705                </li>
    706706                <li class="wp-person" id="wp-person-netweb">
    707                     <a href="http://profiles.wordpress.org/netweb"><img src="//www.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=60" class="gravatar" alt="Stephen Edgar" /></a>
    708                     <a class="web" href="http://profiles.wordpress.org/netweb">Stephen Edgar</a>
     707                    <a href="https://profiles.wordpress.org/netweb"><img src="//www.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=60" class="gravatar" alt="Stephen Edgar" /></a>
     708                    <a class="web" href="https://profiles.wordpress.org/netweb">Stephen Edgar</a>
    709709                </li>
    710710                <li class="wp-person" id="wp-person-hnla">
    711                     <a href="http://profiles.wordpress.org/hnla"><img src="//www.gravatar.com/avatar/3860c955aa3f79f13b92826ae47d07fe?s=60" class="gravatar" alt="Hugo Ashmore" /></a>
    712                     <a class="web" href="http://profiles.wordpress.org/hnla">Hugo</a>
     711                    <a href="https://profiles.wordpress.org/hnla"><img src="//www.gravatar.com/avatar/3860c955aa3f79f13b92826ae47d07fe?s=60" class="gravatar" alt="Hugo Ashmore" /></a>
     712                    <a class="web" href="https://profiles.wordpress.org/hnla">Hugo</a>
    713713                </li>
    714714            </ul>
  • trunk/src/bp-core/bp-core-catchuri.php

    r9471 r9517  
    760760 * @since BuddyPress (1.6.1)
    761761 *
    762  * @link http://buddypress.trac.wordpress.org/ticket/4329
    763  * @link http://buddypress.trac.wordpress.org/ticket/4415
     762 * @link https://buddypress.trac.wordpress.org/ticket/4329
     763 * @link https://buddypress.trac.wordpress.org/ticket/4415
    764764 */
    765765function _bp_rehook_maybe_redirect_404() {
  • trunk/src/bp-core/bp-core-template.php

    r9471 r9517  
    832832 * @since BuddyPress (1.7.0)
    833833 *
    834  * @see http://buddypress.trac.wordpress.org/ticket/4401
     834 * @see https://buddypress.trac.wordpress.org/ticket/4401
    835835 *
    836836 * @param array $args {
     
    26522652        }
    26532653
    2654         // Get the correct menu link. See http://buddypress.trac.wordpress.org/ticket/4624
     2654        // Get the correct menu link. See https://buddypress.trac.wordpress.org/ticket/4624
    26552655        $link = bp_loggedin_user_domain() ? str_replace( bp_loggedin_user_domain(), bp_displayed_user_domain(), $nav['link'] ) : trailingslashit( bp_displayed_user_domain() . $nav['link'] );
    26562656
  • trunk/src/bp-core/bp-core-theme-compatibility.php

    r9484 r9517  
    551551     * Force the header back to 200 status if not a deliberate 404
    552552     *
    553      * @see http://bbpress.trac.wordpress.org/ticket/1973
     553     * @see https://bbpress.trac.wordpress.org/ticket/1973
    554554     */
    555555    if ( ! $wp_query->is_404() ) {
  • trunk/src/bp-core/classes/class-bp-embed.php

    r9486 r9517  
    8686
    8787        // kses converts & into &amp; and we need to undo this
    88         // See http://core.trac.wordpress.org/ticket/11311
     88        // See https://core.trac.wordpress.org/ticket/11311
    8989        $url = str_replace( '&amp;', '&', $url );
    9090
  • trunk/src/bp-forums/deprecated/1.6.php

    r9351 r9517  
    101101                </ul>
    102102
    103                 <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component.  For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/using-bbpress-2-2-with-buddypress/' ) ?></p>
     103                <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component.  For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'https://codex.buddypress.org/legacy/getting-started/using-bbpress-2-2-with-buddypress/' ) ?></p>
    104104
    105105                <div>
     
    244244                    </ul>
    245245
    246                     <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component.  For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/using-bbpress-2-2-with-buddypress/' ) ?></p>
     246                    <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component.  For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'https://codex.buddypress.org/legacy/getting-started/using-bbpress-2-2-with-buddypress/' ) ?></p>
    247247                    <div>
    248248                        <a class="button button-primary <?php if ( ! $bbpress_plugin_is_active ) { echo esc_attr( 'thickbox' ); }?>" href="<?php echo esc_attr( $button_url ) ?>"><?php echo esc_html( $button_text ) ?></a> &nbsp;
  • 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    }
  • trunk/src/bp-groups/classes/class-bp-group-extension.php

    r9495 r9517  
    13201320     * function is NOT designed for general use, and will probably result
    13211321     * in unexpected results when used with data in the wild. See, eg,
    1322      * http://core.trac.wordpress.org/ticket/19888
     1322     * https://core.trac.wordpress.org/ticket/19888
    13231323     *
    13241324     * @since BuddyPress (1.8.0)
  • trunk/src/bp-loader.php

    r9443 r9517  
    1111/**
    1212 * Plugin Name: BuddyPress
    13  * Plugin URI:  http://buddypress.org
     13 * Plugin URI:  https://buddypress.org/
    1414 * Description: BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.
    1515 * Author:      The BuddyPress Community
    16  * Author URI:  http://buddypress.org
     16 * Author URI:  https://buddypress.org/
    1717 * Version:     2.3-alpha
    1818 * Text Domain: buddypress
  • trunk/src/bp-members/bp-members-admin.php

    r9503 r9517  
    712712            get_current_screen()->set_help_sidebar(
    713713                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    714                 '<p>' . __( '<a href="http://codex.buddypress.org/buddypress-site-administration/managing-user-profiles/">Managing Profiles</a>', 'buddypress' ) . '</p>' .
    715                 '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     714                '<p>' . __( '<a href="https://codex.buddypress.org/administrator-guide/extended-profiles/">Managing Profiles</a>', 'buddypress' ) . '</p>' .
     715                '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    716716            );
    717717
     
    14301430            get_current_screen()->set_help_sidebar(
    14311431                '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .
    1432                 '<p>' . __( '<a href="http://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
     1432                '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'
    14331433            );
    14341434        } else {
Note: See TracChangeset for help on using the changeset viewer.