Making WordPress.org


Ignore:
Timestamp:
06/02/2015 09:17:54 PM (9 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: Use https scheme across relevant URLs.

Props netweb. Fixes #1069.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php

    r1263 r1644  
    4242        'id'    => 'wp-logo',
    4343        'title' => '<span class="ab-icon"></span>',
    44         'href'  => 'http://bbpress.org',
     44        'href'  => 'https://bbpress.org',
    4545        'meta'  => array(
    4646            'title' => __( 'bbPress.org' ),
     
    5555        'id'     => 'wordpress',
    5656        'title'  => __( 'WordPress.org' ),
    57         'href'  => 'http://wordpress.org',
     57        'href'  => 'https://wordpress.org',
    5858    ) );
    5959
     
    6262        'id'     => 'wp-about',
    6363        'title'  => __( 'About WordPress' ),
    64         'href'   => 'http://wordpress.org/about/',
     64        'href'   => 'https://wordpress.org/about/',
    6565    ) );
    6666
     
    7070        'id'        => 'wp-documentation',
    7171        'title'     => __('Documentation'),
    72         'href'      => 'http://codex.wordpress.org/',
     72        'href'      => 'https://codex.wordpress.org/',
    7373    ) );
    7474
     
    7878        'id'        => 'wp-support-forums',
    7979        'title'     => __('Support Forums'),
    80         'href'      => 'http://wordpress.org/support/',
     80        'href'      => 'https://wordpress.org/support/',
    8181    ) );
    8282
     
    8686        'id'        => 'wp-feedback',
    8787        'title'     => __('Feedback'),
    88         'href'      => 'http://wordpress.org/support/forum/requests-and-feedback',
     88        'href'      => 'https://wordpress.org/support/forum/requests-and-feedback',
    8989    ) );
    9090
     
    102102        'id'     => 'wp-trac',
    103103        'title'  => __( 'Developer Trac' ),
    104         'href'   => 'http://core.trac.wordpress.org'
     104        'href'   => 'https://core.trac.wordpress.org'
    105105    ) );
    106106
     
    109109        'id'     => 'wp-dev-blog',
    110110        'title'  => __( 'Developer Blog' ),
    111         'href'   => 'http://make.wordpress.org'
     111        'href'   => 'https://make.wordpress.org'
    112112    ) );
    113113
     
    119119        'id'     => 'bbpress',
    120120        'title'  => __( 'bbPress.org' ),
    121         'href'  => 'http://bbpress.org',
     121        'href'  => 'https://bbpress.org',
    122122    ) );
    123123
     
    126126        'id'     => 'bbp-about',
    127127        'title'  => __( 'About bbPress' ),
    128         'href'   => 'http://bbpress.org/about/',
     128        'href'   => 'https://bbpress.org/about/',
    129129    ) );
    130130
     
    134134        'id'        => 'bbp-documentation',
    135135        'title'     => __( 'Documentation' ),
    136         'href'      => 'http://codex.bbpress.org/',
     136        'href'      => 'https://codex.bbpress.org/',
    137137    ) );
    138138
     
    142142        'id'        => 'bbp-support-forums',
    143143        'title'     => __( 'Support Forums' ),
    144         'href'      => 'http://bbpress.org/forums/',
     144        'href'      => 'https://bbpress.org/forums/',
    145145    ) );
    146146
     
    150150        'id'        => 'bbp-feedback',
    151151        'title'     => __( 'Feedback' ),
    152         'href'      => 'http://bbpress.org/forums/forum/requests-and-feedback',
     152        'href'      => 'https://bbpress.org/forums/forum/requests-and-feedback',
    153153    ) );
    154154
     
    166166        'id'     => 'bbp-trac',
    167167        'title'  => __( 'Developer Trac' ),
    168         'href'   => 'http://bbpress.trac.wordpress.org'
     168        'href'   => 'https://bbpress.trac.wordpress.org'
    169169    ) );
    170170
     
    173173        'id'     => 'bbp-dev-blog',
    174174        'title'  => __( 'Developer Blog' ),
    175         'href'   => 'http://bbpdevel.wordpress.com'
     175        'href'   => 'https://bbpdevel.wordpress.com'
    176176    ) );
    177177
     
    183183        'id'     => 'buddypress',
    184184        'title'  => __( 'BuddyPress.org' ),
    185         'href'  => 'http://buddypress.org',
     185        'href'  => 'https://buddypress.org',
    186186    ) );
    187187
     
    190190        'id'     => 'bp-about',
    191191        'title'  => __( 'About BuddyPress' ),
    192         'href'   => 'http://buddypress.org/about/',
     192        'href'   => 'https://buddypress.org/about/',
    193193    ) );
    194194
     
    198198        'id'        => 'bp-documentation',
    199199        'title'     => __( 'Documentation' ),
    200         'href'      => 'http://codex.buddypress.org/',
     200        'href'      => 'https://codex.buddypress.org/',
    201201    ) );
    202202
     
    206206        'id'        => 'bp-support-forums',
    207207        'title'     => __( 'Support Forums' ),
    208         'href'      => 'http://buddypress.org/forums/',
     208        'href'      => 'https://buddypress.org/forums/',
    209209    ) );
    210210
     
    214214        'id'        => 'bp-feedback',
    215215        'title'     => __( 'Feedback' ),
    216         'href'      => 'http://buddypress.org/support/forum/feedback/',
     216        'href'      => 'https://buddypress.org/support/forum/feedback/',
    217217    ) );
    218218
     
    230230        'id'     => 'bp-trac',
    231231        'title'  => __( 'Developer Trac' ),
    232         'href'   => 'http://buddypress.trac.wordpress.org'
     232        'href'   => 'https://buddypress.trac.wordpress.org'
    233233    ) );
    234234
     
    237237        'id'     => 'bp-dev-blog',
    238238        'title'  => __( 'Developer Blog' ),
    239         'href'   => 'http://bpdevel.wordpress.com'
     239        'href'   => 'https://bpdevel.wordpress.com'
    240240    ) );
    241241}
     
    265265            'id'     => 'bbp-new-topic',
    266266            'title'  => __( 'Create New Topic' ),
    267             'href'   => 'http://bbpress.org/forums/new-topic/'
     267            'href'   => 'https://bbpress.org/forums/new-topic/'
    268268        ) );
    269269
     
    293293            'id'     => 'bbp-login',
    294294            'title'  => __( 'Log in' ),
    295             'href'   => 'http://bbpress.org/login/'
     295            'href'   => 'https://bbpress.org/login/'
    296296        ) );
    297297    }
     
    334334            'parent'    => 'top-secondary',
    335335            'title'     => $howdy . $avatar,
    336             'href'      => 'http://bbpress.org/login/',
     336            'href'      => 'https://bbpress.org/login/',
    337337            'meta'      => array(
    338338                'class'     => $class,
     
    443443            'id'     => 'user-info',
    444444            'title'  => $user_info,
    445             'href'   => 'http://bbpress.org/login/',
     445            'href'   => 'https://bbpress.org/login/',
    446446            'meta'   => array(
    447447                'tabindex' => -1,
     
    453453            'id'     => 'register',
    454454            'title'  => __( 'Register' ),
    455             'href'   => 'http://bbpress.org/register/'
     455            'href'   => 'https://bbpress.org/register/'
    456456        ) );
    457457        $wp_admin_bar->add_menu( array(
     
    459459            'id'     => 'lost-pass',
    460460            'title'  => __( 'Lost Password' ),
    461             'href'   => 'http://bbpress.org/lost-password/'
     461            'href'   => 'https://bbpress.org/lost-password/'
    462462        ) );
    463463        $wp_admin_bar->add_menu( array(
     
    465465            'id'     => 'login',
    466466            'title'  => __( 'Log In' ),
    467             'href'   => 'http://bbpress.org/login/'
     467            'href'   => 'https://bbpress.org/login/'
    468468        ) );
    469469    }
Note: See TracChangeset for help on using the changeset viewer.