Making WordPress.org

Ticket #1069: 1069.diff

File 1069.diff, 53.3 KB (added by netweb, 10 years ago)
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php

     
    4141        $wp_admin_bar->add_menu( array(
    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' ),
    4747                ),
     
    5454                'parent' => 'wp-logo',
    5555                'id'     => 'wordpress',
    5656                'title'  => __( 'WordPress.org' ),
    57                 'href'  => 'http://wordpress.org',
     57                'href'  => 'https://wordpress.org',
    5858        ) );
    5959
    6060        $wp_admin_bar->add_menu( array(
     
    6161                'parent' => 'wordpress',
    6262                'id'     => 'wp-about',
    6363                'title'  => __( 'About WordPress' ),
    64                 'href'   => 'http://wordpress.org/about/',
     64                'href'   => 'https://wordpress.org/about/',
    6565        ) );
    6666
    6767        // Add codex link
     
    6969                'parent'    => 'wordpress',
    7070                'id'        => 'wp-documentation',
    7171                'title'     => __('Documentation'),
    72                 'href'      => 'http://codex.wordpress.org/',
     72                'href'      => 'https://codex.wordpress.org/',
    7373        ) );
    7474
    7575        // Add forums link
     
    7777                'parent'    => 'wordpress',
    7878                'id'        => 'wp-support-forums',
    7979                'title'     => __('Support Forums'),
    80                 'href'      => 'http://wordpress.org/support/',
     80                'href'      => 'https://wordpress.org/support/',
    8181        ) );
    8282
    8383        // Add feedback link
     
    8585                'parent'    => 'wordpress',
    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
    9191        /** BuddyPress Developer **/
     
    101101                'parent' => 'wp-developer',
    102102                'id'     => 'wp-trac',
    103103                'title'  => __( 'Developer Trac' ),
    104                 'href'   => 'http://core.trac.wordpress.org'
     104                'href'   => 'https://core.trac.wordpress.org'
    105105        ) );
    106106
    107107        $wp_admin_bar->add_menu( array(
     
    108108                'parent' => 'wp-developer',
    109109                'id'     => 'wp-dev-blog',
    110110                'title'  => __( 'Developer Blog' ),
    111                 'href'   => 'http://make.wordpress.org'
     111                'href'   => 'https://make.wordpress.org'
    112112        ) );
    113113
    114114        /** bbPress ***************************************************************/
     
    118118                'parent' => 'wp-logo',
    119119                'id'     => 'bbpress',
    120120                'title'  => __( 'bbPress.org' ),
    121                 'href'  => 'http://bbpress.org',
     121                'href'  => 'https://bbpress.org',
    122122        ) );
    123123
    124124        $wp_admin_bar->add_menu( array(
     
    125125                'parent' => 'bbpress',
    126126                'id'     => 'bbp-about',
    127127                'title'  => __( 'About bbPress' ),
    128                 'href'   => 'http://bbpress.org/about/',
     128                'href'   => 'https://bbpress.org/about/',
    129129        ) );
    130130
    131131        // Add codex link
     
    133133                'parent'    => 'bbpress',
    134134                'id'        => 'bbp-documentation',
    135135                'title'     => __( 'Documentation' ),
    136                 'href'      => 'http://codex.bbpress.org/',
     136                'href'      => 'https://codex.bbpress.org/',
    137137        ) );
    138138
    139139        // Add forums link
     
    141141                'parent'    => 'bbpress',
    142142                'id'        => 'bbp-support-forums',
    143143                'title'     => __( 'Support Forums' ),
    144                 'href'      => 'http://bbpress.org/forums/',
     144                'href'      => 'https://bbpress.org/forums/',
    145145        ) );
    146146
    147147        // Add feedback link
     
    149149                'parent'    => 'bbpress',
    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
    155155        /** BuddyPress Developer **/
     
    165165                'parent' => 'bbp-developer',
    166166                'id'     => 'bbp-trac',
    167167                'title'  => __( 'Developer Trac' ),
    168                 'href'   => 'http://bbpress.trac.wordpress.org'
     168                'href'   => 'https://bbpress.trac.wordpress.org'
    169169        ) );
    170170
    171171        $wp_admin_bar->add_menu( array(
     
    172172                'parent' => 'bbp-developer',
    173173                'id'     => 'bbp-dev-blog',
    174174                'title'  => __( 'Developer Blog' ),
    175                 'href'   => 'http://bbpdevel.wordpress.com'
     175                'href'   => 'https://bbpdevel.wordpress.com'
    176176        ) );
    177177
    178178        /** BuddyPress ************************************************************/
     
    182182                'parent' => 'wp-logo',
    183183                'id'     => 'buddypress',
    184184                'title'  => __( 'BuddyPress.org' ),
    185                 'href'  => 'http://buddypress.org',
     185                'href'  => 'https://buddypress.org',
    186186        ) );
    187187
    188188        $wp_admin_bar->add_menu( array(
     
    189189                'parent' => 'buddypress',
    190190                'id'     => 'bp-about',
    191191                'title'  => __( 'About BuddyPress' ),
    192                 'href'   => 'http://buddypress.org/about/',
     192                'href'   => 'https://buddypress.org/about/',
    193193        ) );
    194194
    195195        // Add codex link
     
    197197                'parent'    => 'buddypress',
    198198                'id'        => 'bp-documentation',
    199199                'title'     => __( 'Documentation' ),
    200                 'href'      => 'http://codex.buddypress.org/',
     200                'href'      => 'https://codex.buddypress.org/',
    201201        ) );
    202202
    203203        // Add forums link
     
    205205                'parent'    => 'buddypress',
    206206                'id'        => 'bp-support-forums',
    207207                'title'     => __( 'Support Forums' ),
    208                 'href'      => 'http://buddypress.org/forums/',
     208                'href'      => 'https://buddypress.org/forums/',
    209209        ) );
    210210
    211211        // Add feedback link
     
    213213                'parent'    => 'buddypress',
    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
    219219        /** BuddyPress Developer **/
     
    229229                'parent' => 'bp-developer',
    230230                'id'     => 'bp-trac',
    231231                'title'  => __( 'Developer Trac' ),
    232                 'href'   => 'http://buddypress.trac.wordpress.org'
     232                'href'   => 'https://buddypress.trac.wordpress.org'
    233233        ) );
    234234
    235235        $wp_admin_bar->add_menu( array(
     
    236236                'parent' => 'bp-developer',
    237237                'id'     => 'bp-dev-blog',
    238238                'title'  => __( 'Developer Blog' ),
    239                 'href'   => 'http://bpdevel.wordpress.com'
     239                'href'   => 'https://bpdevel.wordpress.com'
    240240        ) );
    241241}
    242242add_action( 'admin_bar_menu', 'bbporg_new_admin_bar_wp_menu', 10 );
     
    264264                        'parent' => 'bbp-site-name',
    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
    270270                // Add an option to visit the admin dashboard
     
    292292                        'parent' => 'bbp-site-name',
    293293                        'id'     => 'bbp-login',
    294294                        'title'  => __( 'Log in' ),
    295                         'href'   => 'http://bbpress.org/login/'
     295                        'href'   => 'https://bbpress.org/login/'
    296296                ) );
    297297        }
    298298}
     
    333333                        'id'        => 'my-account',
    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,
    339339                                'title'     => __('My Account'),
     
    442442                        'parent' => 'user-actions',
    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,
    448448                        ),
     
    452452                        'parent' => 'user-actions',
    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(
    458458                        'parent' => 'user-actions',
    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(
    464464                        'parent' => 'user-actions',
    465465                        'id'     => 'login',
    466466                        'title'  => __( 'Log In' ),
    467                         'href'   => 'http://bbpress.org/login/'
     467                        'href'   => 'https://bbpress.org/login/'
    468468                ) );
    469469        }
    470470}
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/extensions.php

     
    141141                                                $url = '/support/forum/plugins/';
    142142                                                break;
    143143                                        default:
    144                                                 $url = trailingslashit( 'http://buddypress.org/support/forum/' . $uri_chunks[3] );
     144                                                $url = trailingslashit( 'https://buddypress.org/support/forum/' . $uri_chunks[3] );
    145145                                                break;
    146146                                }
    147147                                bp_core_redirect( home_url( $url ) );
     
    162162        $uri_chunks = explode( '/', trim( $_SERVER['REQUEST_URI'], '/' ) );
    163163        if ( 'users' == $uri_chunks[0] ) {
    164164                if ( ! empty( $uri_chunks[1] ) ) {
    165                         wp_redirect( 'http://profiles.wordpress.org/' . $uri_chunks[1] . '/', 301 );
     165                        wp_redirect( 'https://profiles.wordpress.org/' . $uri_chunks[1] . '/', 301 );
    166166                } else {
    167                         wp_redirect( 'http://wordpress.org/' );
     167                        wp_redirect( 'https://wordpress.org/' );
    168168                }
    169169                exit;
    170170        }
     
    174174        }
    175175
    176176        if ( $user = get_user_by( 'login', urldecode( $uri_chunks[0] ) ) ) {
    177                 wp_redirect( 'http://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
     177                wp_redirect( 'https://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
    178178                exit;
    179179        } elseif ( $user = get_user_by( 'login', str_replace( ' ', '', urldecode( $uri_chunks[0] ) ) ) ) {
    180                 wp_redirect( 'http://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
     180                wp_redirect( 'https://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
    181181                exit;
    182182        }
    183183
     
    191191        }
    192192
    193193        ob_start();
    194         wp_redirect( 'http://wordpress.org/' );
     194        wp_redirect( 'https://wordpress.org/' );
    195195        exit;
    196196}
    197197
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php

     
    4848        $wp_admin_bar->add_menu( array(
    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' ),
    5454                ),
     
    6161                'parent' => 'wp-logo',
    6262                'id'     => 'wordpress',
    6363                'title'  => __( 'WordPress.org' ),
    64                 'href'  => 'http://wordpress.org',
     64                'href'  => 'https://wordpress.org',
    6565        ) );
    6666
    6767        $wp_admin_bar->add_menu( array(
     
    6868                'parent' => 'wordpress',
    6969                'id'     => 'wp-about',
    7070                'title'  => __( 'About WordPress' ),
    71                 'href'   => 'http://wordpress.org/about/',
     71                'href'   => 'https://wordpress.org/about/',
    7272        ) );
    7373
    7474        // Add codex link
     
    7676                'parent'    => 'wordpress',
    7777                'id'        => 'wp-documentation',
    7878                'title'     => __('Documentation'),
    79                 'href'      => 'http://codex.wordpress.org/',
     79                'href'      => 'https://codex.wordpress.org/',
    8080        ) );
    8181
    8282        // Add forums link
     
    8484                'parent'    => 'wordpress',
    8585                'id'        => 'wp-support-forums',
    8686                'title'     => __('Support Forums'),
    87                 'href'      => 'http://wordpress.org/support/',
     87                'href'      => 'https://wordpress.org/support/',
    8888        ) );
    8989
    9090        // Add feedback link
     
    9292                'parent'    => 'wordpress',
    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
    9898        /** BuddyPress Developer **/
     
    108108                'parent' => 'wp-developer',
    109109                'id'     => 'wp-trac',
    110110                'title'  => __( 'Developer Trac' ),
    111                 'href'   => 'http://core.trac.wordpress.org'
     111                'href'   => 'https://core.trac.wordpress.org'
    112112        ) );
    113113
    114114        $wp_admin_bar->add_menu( array(
     
    115115                'parent' => 'wp-developer',
    116116                'id'     => 'wp-dev-blog',
    117117                'title'  => __( 'Developer Blog' ),
    118                 'href'   => 'http://make.wordpress.org'
     118                'href'   => 'https://make.wordpress.org'
    119119        ) );
    120120
    121121        /** bbPress ***************************************************************/
     
    125125                'parent' => 'wp-logo',
    126126                'id'     => 'bbpress',
    127127                'title'  => __( 'bbPress.org' ),
    128                 'href'  => 'http://bbpress.org',
     128                'href'  => 'https://bbpress.org',
    129129        ) );
    130130
    131131        $wp_admin_bar->add_menu( array(
     
    132132                'parent' => 'bbpress',
    133133                'id'     => 'bbp-about',
    134134                'title'  => __( 'About bbPress' ),
    135                 'href'   => 'http://bbpress.org/about/',
     135                'href'   => 'https://bbpress.org/about/',
    136136        ) );
    137137
    138138        // Add codex link
     
    140140                'parent'    => 'bbpress',
    141141                'id'        => 'bbp-documentation',
    142142                'title'     => __( 'Documentation' ),
    143                 'href'      => 'http://codex.bbpress.org/',
     143                'href'      => 'https://codex.bbpress.org/',
    144144        ) );
    145145
    146146        // Add forums link
     
    148148                'parent'    => 'bbpress',
    149149                'id'        => 'bbp-support-forums',
    150150                'title'     => __( 'Support Forums' ),
    151                 'href'      => __( 'http://bbpress.org/forums/' ),
     151                'href'      => __( 'https://bbpress.org/forums/' ),
    152152        ) );
    153153
    154154        // Add feedback link
     
    156156                'parent'    => 'bbpress',
    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
    162162        /** BuddyPress Developer **/
     
    172172                'parent' => 'bbp-developer',
    173173                'id'     => 'bbp-trac',
    174174                'title'  => __( 'Developer Trac' ),
    175                 'href'   => 'http://bbpress.trac.wordpress.org'
     175                'href'   => 'https://bbpress.trac.wordpress.org'
    176176        ) );
    177177
    178178        $wp_admin_bar->add_menu( array(
     
    179179                'parent' => 'bbp-developer',
    180180                'id'     => 'bbp-dev-blog',
    181181                'title'  => __( 'Developer Blog' ),
    182                 'href'   => 'http://bbpdevel.wordpress.com'
     182                'href'   => 'https://bbpdevel.wordpress.com'
    183183        ) );
    184184
    185185        /** BuddyPress ************************************************************/
     
    189189                'parent' => 'wp-logo',
    190190                'id'     => 'buddypress',
    191191                'title'  => __( 'BuddyPress.org' ),
    192                 'href'  => 'http://buddypress.org',
     192                'href'  => 'https://buddypress.org',
    193193        ) );
    194194
    195195        $wp_admin_bar->add_menu( array(
     
    196196                'parent' => 'buddypress',
    197197                'id'     => 'bp-about',
    198198                'title'  => __( 'About BuddyPress' ),
    199                 'href'   => 'http://buddypress.org/about/',
     199                'href'   => 'https://buddypress.org/about/',
    200200        ) );
    201201
    202202        // Add codex link
     
    204204                'parent'    => 'buddypress',
    205205                'id'        => 'bp-documentation',
    206206                'title'     => __( 'Documentation' ),
    207                 'href'      => 'http://codex.buddypress.org/',
     207                'href'      => 'https://codex.buddypress.org/',
    208208        ) );
    209209
    210210        // Add forums link
     
    212212                'parent'    => 'buddypress',
    213213                'id'        => 'bp-support-forums',
    214214                'title'     => __( 'Support Forums' ),
    215                 'href'      => 'http://buddypress.org/forums/',
     215                'href'      => 'https://buddypress.org/forums/',
    216216        ) );
    217217
    218218        // Add feedback link
     
    220220                'parent'    => 'buddypress',
    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
    226226        /** BuddyPress Developer **/
     
    236236                'parent' => 'bp-developer',
    237237                'id'     => 'bp-trac',
    238238                'title'  => __( 'Developer Trac' ),
    239                 'href'   => 'http://buddypress.trac.wordpress.org'
     239                'href'   => 'https://buddypress.trac.wordpress.org'
    240240        ) );
    241241
    242242        $wp_admin_bar->add_menu( array(
     
    243243                'parent' => 'bp-developer',
    244244                'id'     => 'bp-dev-blog',
    245245                'title'  => __( 'Developer Blog' ),
    246                 'href'   => 'http://bpdevel.wordpress.com'
     246                'href'   => 'https://bpdevel.wordpress.com'
    247247        ) );
    248248}
    249249add_action( 'admin_bar_menu', 'bporg_new_admin_bar_wp_menu', 10 );
     
    262262                $wp_admin_bar->add_menu( array(
    263263                        'id'    => 'bp-site-name',
    264264                        'title' => __( 'WordPress.org' ),
    265                         'href'  => 'http://wordpress.org'
     265                        'href'  => 'https://wordpress.org'
    266266                ) );
    267267
    268268                return;
     
    272272                $wp_admin_bar->add_menu( array(
    273273                        'id'    => 'bp-site-name',
    274274                        'title' => __( 'bbPress.org' ),
    275                         'href'  => 'http://bbpress.org'
     275                        'href'  => 'https://bbpress.org'
    276276                ) );
    277277
    278278                return;
     
    282282                $wp_admin_bar->add_menu( array(
    283283                        'id'    => 'bp-site-name',
    284284                        'title' => __( 'BuddyPress.org' ),
    285                         'href'  => 'http://buddypress.org'
     285                        'href'  => 'https://buddypress.org'
    286286                ) );
    287287        }
    288288
     
    295295                        'parent' => 'bp-site-name',
    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
    301301                // Add an option to visit the admin dashboard
     
    323323                        'parent' => 'bp-site-name',
    324324                        'id'     => 'bp-login',
    325325                        'title'  => __( 'Log in' ),
    326                         'href'   => 'http://buddypress.org/login/'
     326                        'href'   => 'https://buddypress.org/login/'
    327327                ) );
    328328        }
    329329}
     
    376376                        'parent' => 'user-actions',
    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,
    382382                        ),
     
    386386                        'parent' => 'user-actions',
    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(
    392392                        'parent' => 'user-actions',
    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(
    398398                        'parent' => 'user-actions',
    399399                        'id'     => 'login',
    400400                        'title'  => __( 'Log In' ),
    401                         'href'   => 'http://buddypress.org/login/'
     401                        'href'   => 'https://buddypress.org/login/'
    402402                ) );
    403403        }
    404404}
     
    423423                'id'        => 'my-account',
    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,
    429429                        'title'     => __('My Account'),
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/form-topic.php

     
    3131                                        <div class="bbp-template-notice">
    3232                                                <p><?php _e( 'If asking for help, please include your WordPress version, bbPress version, and a link to your site.',                              'bbporg' ); ?></p>
    3333                                                <p><?php _e( 'If you have a problem while using a non-bundled theme, check if it happens with TwentyTen or TwentyEleven.',                        'bbporg' ); ?></p>
    34                                                 <p><?php _e( 'If you found a bug, please create a <a href="http://bbpress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'bbporg' ); ?></p>
     34                                                <p><?php _e( 'If you found a bug, please create a <a href="https://bbpress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'bbporg' ); ?></p>
    3535                                        </div>
    3636
    3737                                <?php endif; ?>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/footer.php

     
    55                <div id="footer">
    66                        <div class="links">
    77                                <p>
    8                                         See also: 
    9                                         <a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
    10                                         <a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
    11                                         <a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
    12                                         <a href="http://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
     8                                        See also:
     9                                        <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
     10                                        <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
     11                                        <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
     12                                        <a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
    1313                                        <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a>
    1414                                </p>
    1515                        </div>
    1616                        <div class="details">
    1717                                <p>
    18                                         <a href="http://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
    19                                         <a href="http://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
    20                                         <a href="http://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
    21                                         <a href="http://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
     18                                        <a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
     19                                        <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
     20                                        <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
     21                                        <a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
    2222                                </p>
    2323                        </div>
    2424                </div>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

     
    104104
    105105function bb_base_plugin_search_form() {
    106106?>
    107        
     107
    108108        <form role="search" method="get" id="searchform" action="">
    109109                <div>
    110110                        <h3><?php _e( 'Plugin Search', 'bbporg'); ?></h3>
     
    118118}
    119119
    120120function bb_base_topic_search_query( $escaped = true ) {
    121        
     121
    122122        if ( empty( $_GET['ts'] ) ) {
    123123                return false;
    124124        }
     
    132132}
    133133
    134134function bb_base_reply_search_query( $escaped = true ) {
    135        
     135
    136136        if ( empty( $_GET['rs'] ) ) {
    137137                return false;
    138138        }
     
    146146}
    147147
    148148function bb_base_plugin_search_query( $escaped = true ) {
    149        
     149
    150150        if ( empty( $_GET['ps'] ) ) {
    151151                return false;
    152152        }
     
    271271        // Cache individual plugin requests and query requests
    272272
    273273        if ( empty( $res ) ) {
    274                 $request = wp_remote_post( 'http://api.wordpress.org/plugins/info/1.0/', array( 'body' => array( 'action' => $action, 'request' => serialize( $args ) ) ) );
     274                $request = wp_remote_post( 'https://api.wordpress.org/plugins/info/1.0/', array( 'body' => array( 'action' => $action, 'request' => serialize( $args ) ) ) );
    275275
    276276                if ( is_wp_error( $request ) ) {
    277277                        $res = new WP_Error( 'plugins_api_failed', __( 'An Unexpected HTTP Error occurred during the API request.</p> <p><a href="?" onclick="document.location.reload(); return false;">Try again</a>' ), $request->get_error_message() );
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/sidebar.php

     
    22<div class="sidebar">
    33
    44        <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
    5        
     5
    66                <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
    77
    88                        <div>
     
    9595
    9696                <div class="feature">
    9797                        <h3><?php _e('WordPress', 'bbporg'); ?></h3>
    98                         <p><a href="http://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a>The world&#8217;s most powerful web publishing software.</p>
     98                        <p><a href="https://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a>The world&#8217;s most powerful web publishing software.</p>
    9999                </div>
    100100                <div class="feature">
    101101                        <h3><?php _e('bbPress', 'bbporg'); ?></h3>
    102                         <p><a href="http://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a>Simple and elegant forum software from the creators of WordPress.</p>
     102                        <p><a href="https://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a>Simple and elegant forum software from the creators of WordPress.</p>
    103103                </div>
    104104                <div style="margin-right: 0pt;" class="feature">
    105105                        <h3><?php _e('BuddyPress', 'bbporg'); ?></h3>
    106                         <p><a href="http://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a>Create a fully featured niche social-network with a few easy clicks.</p>
     106                        <p><a href="https://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a>Create a fully featured niche social-network with a few easy clicks.</p>
    107107                </div>
    108108
    109109        <?php elseif ( ( ! is_page( 'login' ) && ! is_page( 'register' ) && ! is_page( 'lost-password' ) ) || is_home() || is_singular( 'post' ) || is_archive() ) : ?>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

     
    11/**
    22 * Theme Name: BB's Parent
    3  * Theme URL: http://buddypress.org
     3 * Theme URL: https://buddypress.org
    44 * Description: Parent theme for BuddyPress.org and bbPress.org
    55 * Author: John James Jacoby
    66 * Author URI: http://jaco.by
     
    13171317}
    13181318
    13191319#bbpress-forums .bbp-the-content-wrapper a.switch-html {
    1320        
     1320
    13211321}
    13221322
    13231323#bbpress-forums .bbp-the-content-wrapper a.switch-tmce {
    1324        
    1325 }
    13261324
     1325}
     1326
    13271327#bbpress-forums .bbp-topic-form fieldset.bbp-form button {
    13281328        float: right;
    13291329        margin-top: -160px;
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/functions.php

     
    55 */
    66function bb_theme_login_redirect() {
    77        if ( is_user_logged_in() && is_page( 'login' ) ) {
    8                 wp_safe_redirect( 'http://bbpress.org/forums/' );
     8                wp_safe_redirect( 'https://bbpress.org/forums/' );
    99                exit();
    1010        }
    1111}
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/page-plugins.php

     
    4747                                ?>
    4848
    4949                                <div class="single-plugin">
    50                                         <h3 class="plugin-title"><a href="<?php echo esc_url( 'http://wordpress.org/extend/plugins/' . $plugin->slug ); ?>/" title="Plugin Information"><?php echo esc_html( $plugin->name ); ?></a></h3>
     50                                        <h3 class="plugin-title"><a href="<?php echo esc_url( 'https://wordpress.org/extend/plugins/' . $plugin->slug ); ?>/" title="Plugin Information"><?php echo esc_html( $plugin->name ); ?></a></h3>
    5151
    5252                                        <div class="plugin-meta">
    5353                                                <?php if ( !empty( $plugin->version  ) ) : ?><div>Version: <?php echo esc_html( $plugin->version ); ?></div><?php if ( !empty( $plugin->requires ) ) : ?><?php endif; ?><?php endif; ?>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php

     
    22<div class="sidebar">
    33
    44        <?php if ( is_bbpress() || is_page( 'new-topic' ) ) : ?>
    5        
     5
    66                <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
    77
    88                        <div>
     
    9595
    9696                <div class="feature">
    9797                        <h3><?php _e('bbPress Complete', 'bbporg'); ?></h3>
    98                         <p><a href="http://www.packtpub.com/bbpress-complete-comprehensive-guide/book" title="bbPress Complete"><img width="225" alt="" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p>
     98                        <p><a href="https://www.packtpub.com/web-development/bbpress-complete" title="bbPress Complete"><img width="225" alt="" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p>
    9999                        <p class="book-description">A step-by-step guide to creating, managing, and growing a community around your WordPress website.</p>
    100100                </div>
    101101
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/style.css

     
    11/**
    22 * Theme Name: bbPress.org 2013
    3  * Theme URL: http://bbPress.org
     3 * Theme URL: https://bbPress.org
    44 * Description: A WordPress theme for bbPress.org
    55 * Author: John James Jacoby
    66 * Author URI: http://jaco.by
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php

     
    55                <div id="footer">
    66                        <div class="links">
    77                                <p>
    8                                         See also: 
    9                                         <a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
    10                                         <a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
    11                                         <a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
    12                                         <a href="http://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
     8                                        See also:
     9                                        <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
     10                                        <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
     11                                        <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
     12                                        <a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
    1313                                        <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
    1414                                </p>
    1515                        </div>
    1616                        <div class="details">
    1717                                <p>
    18                                         <a href="http://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
    19                                         <a href="http://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
    20                                         <a href="http://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
    21                                         <a href="http://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
     18                                        <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
     19                                        <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
     20                                        <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
     21                                        <a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
    2222                                </p>
    2323                        </div>
    2424                </div>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/functions.php

     
    55 */
    66function bb_theme_login_redirect() {
    77        if ( is_user_logged_in() && is_page( 'login' ) ) {
    8                 wp_safe_redirect( 'http://buddypress.org/support/' );
     8                wp_safe_redirect( 'https://buddypress.org/support/' );
    99                exit();
    1010        }
    1111}
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/page-plugins.php

     
    4747                                ?>
    4848
    4949                                <div class="single-plugin">
    50                                         <h3 class="plugin-title"><a href="<?php echo esc_url( 'http://wordpress.org/extend/plugins/' . $plugin->slug ); ?>/" title="Plugin Information"><?php echo esc_html( $plugin->name ); ?></a></h3>
     50                                        <h3 class="plugin-title"><a href="<?php echo esc_url( 'https://wordpress.org/extend/plugins/' . $plugin->slug ); ?>/" title="Plugin Information"><?php echo esc_html( $plugin->name ); ?></a></h3>
    5151
    5252                                        <div class="plugin-meta">
    5353                                                <?php if ( !empty( $plugin->version  ) ) : ?><div>Version: <?php echo esc_html( $plugin->version ); ?></div><?php if ( !empty( $plugin->requires ) ) : ?><?php endif; ?><?php endif; ?>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php

     
    22<div class="sidebar">
    33
    44        <?php if ( function_exists( 'is_buddypress' ) && is_buddypress() ) : ?>
    5        
     5
    66                <?php if ( bp_is_user() ) : ?>
    7        
     7
    88                        <div id="item-header-avatar">
    99                                <a href="<?php bp_displayed_user_link(); ?>">
    1010
     
    1414                        </div><!-- #item-header-avatar -->
    1515
    1616                        <?php bp_nav_menu(); ?>
    17        
     17
    1818                <?php endif; ?>
    1919
    2020        <?php elseif ( ( function_exists( 'is_bbpress' ) && is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
    21        
     21
    2222                <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
    2323
    2424                        <div>
     
    111111
    112112                <div class="feature">
    113113                        <h3><?php _e( 'Theme Development', 'bporg' ); ?></h3>
    114                         <p><a href="http://www.packtpub.com/buddypress-theme-development/book" title="BuddyPress Theme Development"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
     114                        <p><a href="https://www.packtpub.com/web-development/buddypress-theme-development" title="BuddyPress Theme Development"><img width="225" alt="A book by: Tammie Lister" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
    115115                        <p class="book-description">An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.</p>
    116116                </div>
    117117
     
    122122                <div>
    123123                        <h3><?php _e( 'Legacy', 'bporg'); ?></h3>
    124124                        <ul>
    125                                 <li><a href="http://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>
     125                                <li><a href="https://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>
    126126                        </ul>
    127127                </div>
    128128
  • sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/style.css

     
    11/**
    22 * Theme Name: BuddyPress.org 2013
    3  * Theme URL: http://buddypress.org
     3 * Theme URL: https://buddypress.org
    44 * Description: A WordPress theme for BuddyPress.org
    55 * Author: John James Jacoby
    66 * Author URI: http://jaco.by
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/footer.php

     
    4343
    4444                                        <div class="col-half">
    4545                                                <h3 class="title">Want to help?</h3>
    46                                                 <p>The bbPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="http://codex.bbpress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
     46                                                <p>The bbPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="https://codex.bbpress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
    4747                                        </div>
    4848                                </div>
    4949                        </div>
     
    5353                <div id="footer">
    5454                        <div class="links">
    5555                                <p>
    56                                         See also: 
    57                                         <a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
    58                                         <a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
    59                                         <a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
    60                                         <a href="http://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
     56                                        See also:
     57                                        <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
     58                                        <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
     59                                        <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
     60                                        <a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
    6161                                        <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a>
    6262                                </p>
    6363                        </div>
    6464                        <div class="details">
    6565                                <p>
    66                                         <a href="http://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
    67                                         <a href="http://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
    68                                         <a href="http://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
    69                                         <a href="http://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
     66                                        <a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
     67                                        <a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
     68                                        <a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
     69                                        <a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
    7070                                </p>
    7171                        </div>
    7272                </div>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php

     
    2020                                                echo '<h2>Components</h2>';
    2121                                                echo '<ul>';
    2222                                                foreach ( $terms as $term ) {
    23                                                         echo '<li><a href="' . esc_url( 'http://codex.bbpress.org/component/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
     23                                                        echo '<li><a href="' . esc_url( 'https://codex.bbpress.org/component/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
    2424                                                }
    2525                                                echo '</ul>';
    2626                                                echo '</div>';
     
    3838                                                echo '<h2>Versions</h2>';
    3939                                                echo '<ul>';
    4040                                                foreach ( $terms as $term ) {
    41                                                         echo '<li><a href="' . esc_url( 'http://codex.bbpress.org/version/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
     41                                                        echo '<li><a href="' . esc_url( 'https://codex.bbpress.org/version/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
    4242                                                }
    4343                                                echo '</ul>';
    4444                                                echo '</div>';
     
    5656                                                echo '<h2>Types</h2>';
    5757                                                echo '<ul>';
    5858                                                foreach ( $terms as $term ) {
    59                                                         echo '<li><a href="' . esc_url( 'http://codex.bbpress.org/type/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
     59                                                        echo '<li><a href="' . esc_url( 'https://codex.bbpress.org/type/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
    6060                                                }
    6161                                                echo '</ul>';
    6262                                                echo '</div>';
     
    7474                                                echo '<h2>Contexts</h2>';
    7575                                                echo '<ul>';
    7676                                                foreach ( $terms as $term ) {
    77                                                         echo '<li><a href="' . esc_url( 'http://codex.bbpress.org/context/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
     77                                                        echo '<li><a href="' . esc_url( 'https://codex.bbpress.org/context/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
    7878                                                }
    7979                                                echo '</ul>';
    8080                                                echo '</div>';
     
    9292                        global $post;
    9393
    9494                        $args         = array( 'order' => 'ASC', );
    95                         $revisions    = wp_get_post_revisions( get_queried_object_id(), $args );       
     95                        $revisions    = wp_get_post_revisions( get_queried_object_id(), $args );
    9696                        $post_authors = array( $post->post_author => 1 );
    9797                        foreach( (array)$revisions as $revision ) {
    9898                                $post_authors[$revision->post_author] += 1;
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/header-nav.php

     
    11<ul id="nav" class="menu">
    2         <li><a href="http://bbpress.org/about/">About</a></li>
    3         <li><a href="http://bbpress.org/plugins/">Plugins</a></li>
    4         <li><a href="http://bbpress.org/themes/">Themes</a></li>
    5         <li class="current"class="current"><a href="http://codex.bbpress.org/">Documentation</a></li>
    6         <li><a href="http://bbpress.org/blog/">Blog</a></li>
    7         <li><a href="http://bbpress.org/forums/">Support</a></li>
    8         <li><a href="http://bbpress.org/download/">Download</a></li>
     2        <li><a href="https://bbpress.org/about/">About</a></li>
     3        <li><a href="https://bbpress.org/plugins/">Plugins</a></li>
     4        <li><a href="https://bbpress.org/themes/">Themes</a></li>
     5        <li class="current"class="current"><a href="https://codex.bbpress.org/">Documentation</a></li>
     6        <li><a href="https://bbpress.org/blog/">Blog</a></li>
     7        <li><a href="https://bbpress.org/forums/">Support</a></li>
     8        <li><a href="https://bbpress.org/download/">Download</a></li>
    99</ul>
     10 No newline at end of file
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css

     
    11/**
    22 * Theme Name: bbPress.org Codex 2013
    3  * Theme URL: http://codex.bbpress.org
     3 * Theme URL: https://codex.bbpress.org
    44 * Description: A WordPress theme for bbPress.org codex
    55 * Author: John James Jacoby
    66 * Author URI: http://jaco.by
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php

     
    1414                        <div class="col-half">
    1515
    1616                        <h3 class="title">Article Contributors</h3>
    17                        
     17
    1818                        <?php
    1919
    2020                        global $codex_contributors, $post;
     
    3636                                                echo '<div class="inner">';
    3737                                                echo '<h5>' . esc_html( $userdata->display_name ) . '</h5>';
    3838                                                echo '<p>' . esc_html( $codex_contributors[$post->post_author] ) . ' revision';
    39                                                 if ( $codex_contributors[$post->post_author] > 1 ) 
     39                                                if ( $codex_contributors[$post->post_author] > 1 )
    4040                                                        echo 's';
    4141                                                echo '</p>';
    4242                                                echo '</div>';
     
    7171
    7272                        <h3 class="title">Want to help?</h3>
    7373
    74                         <p>The BuddyPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="http://codex.buddypress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
     74                        <p>The BuddyPress Codex is volunteer-powered, which means you can contribute too! If you're interested in updating existing articles or creating entirely new ones, please read our <a href="https://codex.buddypress.org/participate-and-contribute/codex-standards-guidelines/">Codex Standards & Guidelines</a>.</p>
    7575
    7676                        </div>
    7777
     
    8585
    8686                        <div class="links">
    8787                                <p>
    88                                         See also: 
    89                                         <a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
    90                                         <a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
    91                                         <a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
    92                                         <a href="http://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
     88                                        See also:
     89                                        <a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
     90                                        <a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
     91                                        <a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
     92                                        <a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
    9393                                        <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
    9494                                </p>
    9595                        </div>
     
    9696
    9797                        <div class="details">
    9898                                <p>
    99                                         <a href="http://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
    100                                         <a href="http://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
    101                                         <a href="http://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
    102                                         <a href="http://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
     99                                        <a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
     100                                        <a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
     101                                        <a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
     102                                        <a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
    103103                                </p>
    104104                        </div>
    105                        
     105
    106106                </div>
    107107                <?php wp_footer(); ?>
    108108        </body>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php

     
    2020                                                echo '<h2>Components</h2>';
    2121                                                echo '<ul>';
    2222                                                foreach ( $terms as $term ) {
    23                                                         echo '<li><a href="' . esc_url( 'http://codex.buddypress.org/component/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
     23                                                        echo '<li><a href="' . esc_url( 'https://codex.buddypress.org/component/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
    2424                                                }
    2525                                                echo '</ul>';
    2626                                                echo '</div>';
     
    3838                                                echo '<h2>Versions</h2>';
    3939                                                echo '<ul>';
    4040                                                foreach ( $terms as $term ) {
    41                                                         echo '<li><a href="' . esc_url( 'http://codex.buddypress.org/version/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
     41                                                        echo '<li><a href="' . esc_url( 'https://codex.buddypress.org/version/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
    4242                                                }
    4343                                                echo '</ul>';
    4444                                                echo '</div>';
     
    5656                                                echo '<h2>Types</h2>';
    5757                                                echo '<ul>';
    5858                                                foreach ( $terms as $term ) {
    59                                                         echo '<li><a href="' . esc_url( 'http://codex.buddypress.org/type/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
     59                                                        echo '<li><a href="' . esc_url( 'https://codex.buddypress.org/type/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ) . '">' . esc_html( $term->name ) . '</a></li>';
    6060                                                }
    6161                                                echo '</ul>';
    6262                                                echo '</div>';
     
    7474                                                echo '<h2>Contexts</h2>';
    7575                                                echo '<ul>';
    7676                                                foreach ( $terms as $term ) {
    77                                                         echo '<li><a href="' . esc_url( 'http://codex.buddypress.org/context/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ). '">' . esc_html( $term->name ) . '</a></li>';
     77                                                        echo '<li><a href="' . esc_url( 'https://codex.buddypress.org/context/' . $term->slug ) . '" title="' . esc_attr( sprintf( __( 'View all pages for: %s' ), $term->name ) ). '">' . esc_html( $term->name ) . '</a></li>';
    7878                                                }
    7979                                                echo '</ul>';
    8080                                                echo '</div>';
     
    9292                        global $post;
    9393
    9494                        $args         = array( 'order' => 'ASC', );
    95                         $revisions    = wp_get_post_revisions( get_queried_object_id(), $args );       
     95                        $revisions    = wp_get_post_revisions( get_queried_object_id(), $args );
    9696                        $post_authors = array( $post->post_author => 1 );
    9797                        foreach( (array)$revisions as $revision ) {
    9898                                $post_authors[$revision->post_author] += 1;
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/functions.php

     
    55 */
    66function bpcodex_register_stylesheet() {
    77        wp_enqueue_style( 'bp-codex-screen', get_stylesheet_directory_uri() . '/screen.css', false, '2.0.9', 'screen' );
    8         wp_enqueue_style( 'google-font-source', 'http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700', false, '1.0', 'all' );
     8        wp_enqueue_style( 'google-font-source', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700', false, '1.0', 'all' );
    99}
    1010add_action( 'wp_enqueue_scripts', 'bpcodex_register_stylesheet' );
    1111
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header-nav.php

     
    11<ul id="nav" class="menu">
    2         <li><a href="http://buddypress.org/about/">About</a></li>
    3         <li><a href="http://buddypress.org/plugins/">Plugins</a></li>
    4         <li><a href="http://buddypress.org/themes/">Themes</a></li>
    5         <li class="current"class="current"><a href="http://codex.buddypress.org/">Documentation</a></li>
    6         <li><a href="http://buddypress.org/blog/">Blog</a></li>
    7         <li><a href="http://buddypress.org/support/">Support</a></li>
    8         <li><a href="http://buddypress.org/download/">Download</a></li>
     2        <li><a href="https://buddypress.org/about/">About</a></li>
     3        <li><a href="https://buddypress.org/plugins/">Plugins</a></li>
     4        <li><a href="https://buddypress.org/themes/">Themes</a></li>
     5        <li class="current"class="current"><a href="https://codex.buddypress.org/">Documentation</a></li>
     6        <li><a href="https://buddypress.org/blog/">Blog</a></li>
     7        <li><a href="https://buddypress.org/support/">Support</a></li>
     8        <li><a href="https://buddypress.org/download/">Download</a></li>
    99</ul>
     10 No newline at end of file
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/style.css

     
    11/**
    22 * Theme Name: BuddyPress.org Codex 2013
    3  * Theme URL: http://codex.buddypress.org
     3 * Theme URL: https://codex.buddypress.org
    44 * Description: A WordPress theme for BuddyPress.org codex
    55 * Author: John James Jacoby
    66 * Author URI: http://jaco.by