Making WordPress.org


Ignore:
Timestamp:
06/02/2015 09:17:54 PM (10 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/buddypress-org/toolbar.php

    r1468 r1644  
    4949        'id'    => 'wp-logo',
    5050        'title' => '<span class="ab-icon"></span>',
    51         'href'  => 'http://wordpress.org',
     51        'href'  => 'https://wordpress.org',
    5252        'meta'  => array(
    5353            'title' => __( 'WordPress.org' ),
     
    6262        'id'     => 'wordpress',
    6363        'title'  => __( 'WordPress.org' ),
    64         'href'  => 'http://wordpress.org',
     64        'href'  => 'https://wordpress.org',
    6565    ) );
    6666
     
    6969        'id'     => 'wp-about',
    7070        'title'  => __( 'About WordPress' ),
    71         'href'   => 'http://wordpress.org/about/',
     71        'href'   => 'https://wordpress.org/about/',
    7272    ) );
    7373
     
    7777        'id'        => 'wp-documentation',
    7878        'title'     => __('Documentation'),
    79         'href'      => 'http://codex.wordpress.org/',
     79        'href'      => 'https://codex.wordpress.org/',
    8080    ) );
    8181
     
    8585        'id'        => 'wp-support-forums',
    8686        'title'     => __('Support Forums'),
    87         'href'      => 'http://wordpress.org/support/',
     87        'href'      => 'https://wordpress.org/support/',
    8888    ) );
    8989
     
    9393        'id'        => 'wp-feedback',
    9494        'title'     => __('Feedback'),
    95         'href'      => 'http://wordpress.org/support/forum/requests-and-feedback',
     95        'href'      => 'https://wordpress.org/support/forum/requests-and-feedback',
    9696    ) );
    9797
     
    109109        'id'     => 'wp-trac',
    110110        'title'  => __( 'Developer Trac' ),
    111         'href'   => 'http://core.trac.wordpress.org'
     111        'href'   => 'https://core.trac.wordpress.org'
    112112    ) );
    113113
     
    116116        'id'     => 'wp-dev-blog',
    117117        'title'  => __( 'Developer Blog' ),
    118         'href'   => 'http://make.wordpress.org'
     118        'href'   => 'https://make.wordpress.org'
    119119    ) );
    120120
     
    126126        'id'     => 'bbpress',
    127127        'title'  => __( 'bbPress.org' ),
    128         'href'  => 'http://bbpress.org',
     128        'href'  => 'https://bbpress.org',
    129129    ) );
    130130
     
    133133        'id'     => 'bbp-about',
    134134        'title'  => __( 'About bbPress' ),
    135         'href'   => 'http://bbpress.org/about/',
     135        'href'   => 'https://bbpress.org/about/',
    136136    ) );
    137137
     
    141141        'id'        => 'bbp-documentation',
    142142        'title'     => __( 'Documentation' ),
    143         'href'      => 'http://codex.bbpress.org/',
     143        'href'      => 'https://codex.bbpress.org/',
    144144    ) );
    145145
     
    149149        'id'        => 'bbp-support-forums',
    150150        'title'     => __( 'Support Forums' ),
    151         'href'      => __( 'http://bbpress.org/forums/' ),
     151        'href'      => __( 'https://bbpress.org/forums/' ),
    152152    ) );
    153153
     
    157157        'id'        => 'bbp-feedback',
    158158        'title'     => __( 'Feedback' ),
    159         'href'      => 'http://bbpress.org/forums/forum/requests-and-feedback',
     159        'href'      => 'https://bbpress.org/forums/forum/requests-and-feedback',
    160160    ) );
    161161
     
    173173        'id'     => 'bbp-trac',
    174174        'title'  => __( 'Developer Trac' ),
    175         'href'   => 'http://bbpress.trac.wordpress.org'
     175        'href'   => 'https://bbpress.trac.wordpress.org'
    176176    ) );
    177177
     
    180180        'id'     => 'bbp-dev-blog',
    181181        'title'  => __( 'Developer Blog' ),
    182         'href'   => 'http://bbpdevel.wordpress.com'
     182        'href'   => 'https://bbpdevel.wordpress.com'
    183183    ) );
    184184
     
    190190        'id'     => 'buddypress',
    191191        'title'  => __( 'BuddyPress.org' ),
    192         'href'  => 'http://buddypress.org',
     192        'href'  => 'https://buddypress.org',
    193193    ) );
    194194
     
    197197        'id'     => 'bp-about',
    198198        'title'  => __( 'About BuddyPress' ),
    199         'href'   => 'http://buddypress.org/about/',
     199        'href'   => 'https://buddypress.org/about/',
    200200    ) );
    201201
     
    205205        'id'        => 'bp-documentation',
    206206        'title'     => __( 'Documentation' ),
    207         'href'      => 'http://codex.buddypress.org/',
     207        'href'      => 'https://codex.buddypress.org/',
    208208    ) );
    209209
     
    213213        'id'        => 'bp-support-forums',
    214214        'title'     => __( 'Support Forums' ),
    215         'href'      => 'http://buddypress.org/forums/',
     215        'href'      => 'https://buddypress.org/forums/',
    216216    ) );
    217217
     
    221221        'id'        => 'bp-feedback',
    222222        'title'     => __( 'Feedback' ),
    223         'href'      => 'http://buddypress.org/support/forum/feedback/',
     223        'href'      => 'https://buddypress.org/support/forum/feedback/',
    224224    ) );
    225225
     
    237237        'id'     => 'bp-trac',
    238238        'title'  => __( 'Developer Trac' ),
    239         'href'   => 'http://buddypress.trac.wordpress.org'
     239        'href'   => 'https://buddypress.trac.wordpress.org'
    240240    ) );
    241241
     
    244244        'id'     => 'bp-dev-blog',
    245245        'title'  => __( 'Developer Blog' ),
    246         'href'   => 'http://bpdevel.wordpress.com'
     246        'href'   => 'https://bpdevel.wordpress.com'
    247247    ) );
    248248}
     
    263263            'id'    => 'bp-site-name',
    264264            'title' => __( 'WordPress.org' ),
    265             'href'  => 'http://wordpress.org'
     265            'href'  => 'https://wordpress.org'
    266266        ) );
    267267
     
    273273            'id'    => 'bp-site-name',
    274274            'title' => __( 'bbPress.org' ),
    275             'href'  => 'http://bbpress.org'
     275            'href'  => 'https://bbpress.org'
    276276        ) );
    277277
     
    283283            'id'    => 'bp-site-name',
    284284            'title' => __( 'BuddyPress.org' ),
    285             'href'  => 'http://buddypress.org'
     285            'href'  => 'https://buddypress.org'
    286286        ) );
    287287    }
     
    296296            'id'     => 'bp-new-topic',
    297297            'title'  => __( 'Create New Topic' ),
    298             'href'   => 'http://buddypress.org/forums/new-topic/'
     298            'href'   => 'https://buddypress.org/forums/new-topic/'
    299299        ) );
    300300
     
    324324            'id'     => 'bp-login',
    325325            'title'  => __( 'Log in' ),
    326             'href'   => 'http://buddypress.org/login/'
     326            'href'   => 'https://buddypress.org/login/'
    327327        ) );
    328328    }
     
    377377            'id'     => 'user-info',
    378378            'title'  => $user_info,
    379             'href'   => 'http://buddypress.org/login/',
     379            'href'   => 'https://buddypress.org/login/',
    380380            'meta'   => array(
    381381                'tabindex' => -1,
     
    387387            'id'     => 'register',
    388388            'title'  => __( 'Register' ),
    389             'href'   => 'http://buddypress.org/register/'
     389            'href'   => 'https://buddypress.org/register/'
    390390        ) );
    391391        $wp_admin_bar->add_menu( array(
     
    393393            'id'     => 'lost-pass',
    394394            'title'  => __( 'Lost Password' ),
    395             'href'   => 'http://buddypress.org/lost-password/'
     395            'href'   => 'https://buddypress.org/lost-password/'
    396396        ) );
    397397        $wp_admin_bar->add_menu( array(
     
    399399            'id'     => 'login',
    400400            'title'  => __( 'Log In' ),
    401             'href'   => 'http://buddypress.org/login/'
     401            'href'   => 'https://buddypress.org/login/'
    402402        ) );
    403403    }
     
    424424        'parent'    => 'top-secondary',
    425425        'title'     => $howdy . $avatar,
    426         'href'      => 'http://buddypress.org/login/',
     426        'href'      => 'https://buddypress.org/login/',
    427427        'meta'      => array(
    428428            'class'     => $class,
Note: See TracChangeset for help on using the changeset viewer.