Index: sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php	(working copy)
@@ -41,7 +41,7 @@
 	$wp_admin_bar->add_menu( array(
 		'id'    => 'wp-logo',
 		'title' => '<span class="ab-icon"></span>',
-		'href'  => 'http://bbpress.org',
+		'href'  => 'https://bbpress.org',
 		'meta'  => array(
 			'title' => __( 'bbPress.org' ),
 		),
@@ -54,7 +54,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'wordpress',
 		'title'  => __( 'WordPress.org' ),
-		'href'  => 'http://wordpress.org',
+		'href'  => 'https://wordpress.org',
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -61,7 +61,7 @@
 		'parent' => 'wordpress',
 		'id'     => 'wp-about',
 		'title'  => __( 'About WordPress' ),
-		'href'   => 'http://wordpress.org/about/',
+		'href'   => 'https://wordpress.org/about/',
 	) );
 
 	// Add codex link
@@ -69,7 +69,7 @@
 		'parent'    => 'wordpress',
 		'id'        => 'wp-documentation',
 		'title'     => __('Documentation'),
-		'href'      => 'http://codex.wordpress.org/',
+		'href'      => 'https://codex.wordpress.org/',
 	) );
 
 	// Add forums link
@@ -77,7 +77,7 @@
 		'parent'    => 'wordpress',
 		'id'        => 'wp-support-forums',
 		'title'     => __('Support Forums'),
-		'href'      => 'http://wordpress.org/support/',
+		'href'      => 'https://wordpress.org/support/',
 	) );
 
 	// Add feedback link
@@ -85,7 +85,7 @@
 		'parent'    => 'wordpress',
 		'id'        => 'wp-feedback',
 		'title'     => __('Feedback'),
-		'href'      => 'http://wordpress.org/support/forum/requests-and-feedback',
+		'href'      => 'https://wordpress.org/support/forum/requests-and-feedback',
 	) );
 
 	/** BuddyPress Developer **/
@@ -101,7 +101,7 @@
 		'parent' => 'wp-developer',
 		'id'     => 'wp-trac',
 		'title'  => __( 'Developer Trac' ),
-		'href'   => 'http://core.trac.wordpress.org'
+		'href'   => 'https://core.trac.wordpress.org'
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -108,7 +108,7 @@
 		'parent' => 'wp-developer',
 		'id'     => 'wp-dev-blog',
 		'title'  => __( 'Developer Blog' ),
-		'href'   => 'http://make.wordpress.org'
+		'href'   => 'https://make.wordpress.org'
 	) );
 
 	/** bbPress ***************************************************************/
@@ -118,7 +118,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'bbpress',
 		'title'  => __( 'bbPress.org' ),
-		'href'  => 'http://bbpress.org',
+		'href'  => 'https://bbpress.org',
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -125,7 +125,7 @@
 		'parent' => 'bbpress',
 		'id'     => 'bbp-about',
 		'title'  => __( 'About bbPress' ),
-		'href'   => 'http://bbpress.org/about/',
+		'href'   => 'https://bbpress.org/about/',
 	) );
 
 	// Add codex link
@@ -133,7 +133,7 @@
 		'parent'    => 'bbpress',
 		'id'        => 'bbp-documentation',
 		'title'     => __( 'Documentation' ),
-		'href'      => 'http://codex.bbpress.org/',
+		'href'      => 'https://codex.bbpress.org/',
 	) );
 
 	// Add forums link
@@ -141,7 +141,7 @@
 		'parent'    => 'bbpress',
 		'id'        => 'bbp-support-forums',
 		'title'     => __( 'Support Forums' ),
-		'href'      => 'http://bbpress.org/forums/',
+		'href'      => 'https://bbpress.org/forums/',
 	) );
 
 	// Add feedback link
@@ -149,7 +149,7 @@
 		'parent'    => 'bbpress',
 		'id'        => 'bbp-feedback',
 		'title'     => __( 'Feedback' ),
-		'href'      => 'http://bbpress.org/forums/forum/requests-and-feedback',
+		'href'      => 'https://bbpress.org/forums/forum/requests-and-feedback',
 	) );
 
 	/** BuddyPress Developer **/
@@ -165,7 +165,7 @@
 		'parent' => 'bbp-developer',
 		'id'     => 'bbp-trac',
 		'title'  => __( 'Developer Trac' ),
-		'href'   => 'http://bbpress.trac.wordpress.org'
+		'href'   => 'https://bbpress.trac.wordpress.org'
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -172,7 +172,7 @@
 		'parent' => 'bbp-developer',
 		'id'     => 'bbp-dev-blog',
 		'title'  => __( 'Developer Blog' ),
-		'href'   => 'http://bbpdevel.wordpress.com'
+		'href'   => 'https://bbpdevel.wordpress.com'
 	) );
 
 	/** BuddyPress ************************************************************/
@@ -182,7 +182,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'buddypress',
 		'title'  => __( 'BuddyPress.org' ),
-		'href'  => 'http://buddypress.org',
+		'href'  => 'https://buddypress.org',
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -189,7 +189,7 @@
 		'parent' => 'buddypress',
 		'id'     => 'bp-about',
 		'title'  => __( 'About BuddyPress' ),
-		'href'   => 'http://buddypress.org/about/',
+		'href'   => 'https://buddypress.org/about/',
 	) );
 
 	// Add codex link
@@ -197,7 +197,7 @@
 		'parent'    => 'buddypress',
 		'id'        => 'bp-documentation',
 		'title'     => __( 'Documentation' ),
-		'href'      => 'http://codex.buddypress.org/',
+		'href'      => 'https://codex.buddypress.org/',
 	) );
 
 	// Add forums link
@@ -205,7 +205,7 @@
 		'parent'    => 'buddypress',
 		'id'        => 'bp-support-forums',
 		'title'     => __( 'Support Forums' ),
-		'href'      => 'http://buddypress.org/forums/',
+		'href'      => 'https://buddypress.org/forums/',
 	) );
 
 	// Add feedback link
@@ -213,7 +213,7 @@
 		'parent'    => 'buddypress',
 		'id'        => 'bp-feedback',
 		'title'     => __( 'Feedback' ),
-		'href'      => 'http://buddypress.org/support/forum/feedback/',
+		'href'      => 'https://buddypress.org/support/forum/feedback/',
 	) );
 
 	/** BuddyPress Developer **/
@@ -229,7 +229,7 @@
 		'parent' => 'bp-developer',
 		'id'     => 'bp-trac',
 		'title'  => __( 'Developer Trac' ),
-		'href'   => 'http://buddypress.trac.wordpress.org'
+		'href'   => 'https://buddypress.trac.wordpress.org'
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -236,7 +236,7 @@
 		'parent' => 'bp-developer',
 		'id'     => 'bp-dev-blog',
 		'title'  => __( 'Developer Blog' ),
-		'href'   => 'http://bpdevel.wordpress.com'
+		'href'   => 'https://bpdevel.wordpress.com'
 	) );
 }
 add_action( 'admin_bar_menu', 'bbporg_new_admin_bar_wp_menu', 10 );
@@ -264,7 +264,7 @@
 			'parent' => 'bbp-site-name',
 			'id'     => 'bbp-new-topic',
 			'title'  => __( 'Create New Topic' ),
-			'href'   => 'http://bbpress.org/forums/new-topic/'
+			'href'   => 'https://bbpress.org/forums/new-topic/'
 		) );
 
 		// Add an option to visit the admin dashboard
@@ -292,7 +292,7 @@
 			'parent' => 'bbp-site-name',
 			'id'     => 'bbp-login',
 			'title'  => __( 'Log in' ),
-			'href'   => 'http://bbpress.org/login/'
+			'href'   => 'https://bbpress.org/login/'
 		) );
 	}
 }
@@ -333,7 +333,7 @@
 			'id'        => 'my-account',
 			'parent'    => 'top-secondary',
 			'title'     => $howdy . $avatar,
-			'href'      => 'http://bbpress.org/login/',
+			'href'      => 'https://bbpress.org/login/',
 			'meta'      => array(
 				'class'     => $class,
 				'title'     => __('My Account'),
@@ -442,7 +442,7 @@
 			'parent' => 'user-actions',
 			'id'     => 'user-info',
 			'title'  => $user_info,
-			'href'   => 'http://bbpress.org/login/',
+			'href'   => 'https://bbpress.org/login/',
 			'meta'   => array(
 				'tabindex' => -1,
 			),
@@ -452,19 +452,19 @@
 			'parent' => 'user-actions',
 			'id'     => 'register',
 			'title'  => __( 'Register' ),
-			'href'   => 'http://bbpress.org/register/'
+			'href'   => 'https://bbpress.org/register/'
 		) );
 		$wp_admin_bar->add_menu( array(
 			'parent' => 'user-actions',
 			'id'     => 'lost-pass',
 			'title'  => __( 'Lost Password' ),
-			'href'   => 'http://bbpress.org/lost-password/'
+			'href'   => 'https://bbpress.org/lost-password/'
 		) );
 		$wp_admin_bar->add_menu( array(
 			'parent' => 'user-actions',
 			'id'     => 'login',
 			'title'  => __( 'Log In' ),
-			'href'   => 'http://bbpress.org/login/'
+			'href'   => 'https://bbpress.org/login/'
 		) );
 	}
 }
Index: sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/extensions.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/extensions.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/extensions.php	(working copy)
@@ -141,7 +141,7 @@
 						$url = '/support/forum/plugins/';
 						break;
 					default:
-						$url = trailingslashit( 'http://buddypress.org/support/forum/' . $uri_chunks[3] );
+						$url = trailingslashit( 'https://buddypress.org/support/forum/' . $uri_chunks[3] );
 						break;
 				}
 				bp_core_redirect( home_url( $url ) );
@@ -162,9 +162,9 @@
 	$uri_chunks = explode( '/', trim( $_SERVER['REQUEST_URI'], '/' ) );
 	if ( 'users' == $uri_chunks[0] ) {
 		if ( ! empty( $uri_chunks[1] ) ) {
-			wp_redirect( 'http://profiles.wordpress.org/' . $uri_chunks[1] . '/', 301 );
+			wp_redirect( 'https://profiles.wordpress.org/' . $uri_chunks[1] . '/', 301 );
 		} else {
-			wp_redirect( 'http://wordpress.org/' );
+			wp_redirect( 'https://wordpress.org/' );
 		}
 		exit;
 	}
@@ -174,10 +174,10 @@
 	}
 
 	if ( $user = get_user_by( 'login', urldecode( $uri_chunks[0] ) ) ) {
-		wp_redirect( 'http://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
+		wp_redirect( 'https://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
 		exit;
 	} elseif ( $user = get_user_by( 'login', str_replace( ' ', '', urldecode( $uri_chunks[0] ) ) ) ) {
-		wp_redirect( 'http://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
+		wp_redirect( 'https://profiles.wordpress.org/' . $user->user_nicename . '/', 301 );
 		exit;
 	}
 
@@ -191,7 +191,7 @@
 	}
 
 	ob_start();
-	wp_redirect( 'http://wordpress.org/' );
+	wp_redirect( 'https://wordpress.org/' );
 	exit;
 }
 
Index: sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php	(working copy)
@@ -48,7 +48,7 @@
 	$wp_admin_bar->add_menu( array(
 		'id'    => 'wp-logo',
 		'title' => '<span class="ab-icon"></span>',
-		'href'  => 'http://wordpress.org',
+		'href'  => 'https://wordpress.org',
 		'meta'  => array(
 			'title' => __( 'WordPress.org' ),
 		),
@@ -61,7 +61,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'wordpress',
 		'title'  => __( 'WordPress.org' ),
-		'href'  => 'http://wordpress.org',
+		'href'  => 'https://wordpress.org',
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -68,7 +68,7 @@
 		'parent' => 'wordpress',
 		'id'     => 'wp-about',
 		'title'  => __( 'About WordPress' ),
-		'href'   => 'http://wordpress.org/about/',
+		'href'   => 'https://wordpress.org/about/',
 	) );
 
 	// Add codex link
@@ -76,7 +76,7 @@
 		'parent'    => 'wordpress',
 		'id'        => 'wp-documentation',
 		'title'     => __('Documentation'),
-		'href'      => 'http://codex.wordpress.org/',
+		'href'      => 'https://codex.wordpress.org/',
 	) );
 
 	// Add forums link
@@ -84,7 +84,7 @@
 		'parent'    => 'wordpress',
 		'id'        => 'wp-support-forums',
 		'title'     => __('Support Forums'),
-		'href'      => 'http://wordpress.org/support/',
+		'href'      => 'https://wordpress.org/support/',
 	) );
 
 	// Add feedback link
@@ -92,7 +92,7 @@
 		'parent'    => 'wordpress',
 		'id'        => 'wp-feedback',
 		'title'     => __('Feedback'),
-		'href'      => 'http://wordpress.org/support/forum/requests-and-feedback',
+		'href'      => 'https://wordpress.org/support/forum/requests-and-feedback',
 	) );
 
 	/** BuddyPress Developer **/
@@ -108,7 +108,7 @@
 		'parent' => 'wp-developer',
 		'id'     => 'wp-trac',
 		'title'  => __( 'Developer Trac' ),
-		'href'   => 'http://core.trac.wordpress.org'
+		'href'   => 'https://core.trac.wordpress.org'
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -115,7 +115,7 @@
 		'parent' => 'wp-developer',
 		'id'     => 'wp-dev-blog',
 		'title'  => __( 'Developer Blog' ),
-		'href'   => 'http://make.wordpress.org'
+		'href'   => 'https://make.wordpress.org'
 	) );
 
 	/** bbPress ***************************************************************/
@@ -125,7 +125,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'bbpress',
 		'title'  => __( 'bbPress.org' ),
-		'href'  => 'http://bbpress.org',
+		'href'  => 'https://bbpress.org',
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -132,7 +132,7 @@
 		'parent' => 'bbpress',
 		'id'     => 'bbp-about',
 		'title'  => __( 'About bbPress' ),
-		'href'   => 'http://bbpress.org/about/',
+		'href'   => 'https://bbpress.org/about/',
 	) );
 
 	// Add codex link
@@ -140,7 +140,7 @@
 		'parent'    => 'bbpress',
 		'id'        => 'bbp-documentation',
 		'title'     => __( 'Documentation' ),
-		'href'      => 'http://codex.bbpress.org/',
+		'href'      => 'https://codex.bbpress.org/',
 	) );
 
 	// Add forums link
@@ -148,7 +148,7 @@
 		'parent'    => 'bbpress',
 		'id'        => 'bbp-support-forums',
 		'title'     => __( 'Support Forums' ),
-		'href'      => __( 'http://bbpress.org/forums/' ),
+		'href'      => __( 'https://bbpress.org/forums/' ),
 	) );
 
 	// Add feedback link
@@ -156,7 +156,7 @@
 		'parent'    => 'bbpress',
 		'id'        => 'bbp-feedback',
 		'title'     => __( 'Feedback' ),
-		'href'      => 'http://bbpress.org/forums/forum/requests-and-feedback',
+		'href'      => 'https://bbpress.org/forums/forum/requests-and-feedback',
 	) );
 
 	/** BuddyPress Developer **/
@@ -172,7 +172,7 @@
 		'parent' => 'bbp-developer',
 		'id'     => 'bbp-trac',
 		'title'  => __( 'Developer Trac' ),
-		'href'   => 'http://bbpress.trac.wordpress.org'
+		'href'   => 'https://bbpress.trac.wordpress.org'
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -179,7 +179,7 @@
 		'parent' => 'bbp-developer',
 		'id'     => 'bbp-dev-blog',
 		'title'  => __( 'Developer Blog' ),
-		'href'   => 'http://bbpdevel.wordpress.com'
+		'href'   => 'https://bbpdevel.wordpress.com'
 	) );
 
 	/** BuddyPress ************************************************************/
@@ -189,7 +189,7 @@
 		'parent' => 'wp-logo',
 		'id'     => 'buddypress',
 		'title'  => __( 'BuddyPress.org' ),
-		'href'  => 'http://buddypress.org',
+		'href'  => 'https://buddypress.org',
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -196,7 +196,7 @@
 		'parent' => 'buddypress',
 		'id'     => 'bp-about',
 		'title'  => __( 'About BuddyPress' ),
-		'href'   => 'http://buddypress.org/about/',
+		'href'   => 'https://buddypress.org/about/',
 	) );
 
 	// Add codex link
@@ -204,7 +204,7 @@
 		'parent'    => 'buddypress',
 		'id'        => 'bp-documentation',
 		'title'     => __( 'Documentation' ),
-		'href'      => 'http://codex.buddypress.org/',
+		'href'      => 'https://codex.buddypress.org/',
 	) );
 
 	// Add forums link
@@ -212,7 +212,7 @@
 		'parent'    => 'buddypress',
 		'id'        => 'bp-support-forums',
 		'title'     => __( 'Support Forums' ),
-		'href'      => 'http://buddypress.org/forums/',
+		'href'      => 'https://buddypress.org/forums/',
 	) );
 
 	// Add feedback link
@@ -220,7 +220,7 @@
 		'parent'    => 'buddypress',
 		'id'        => 'bp-feedback',
 		'title'     => __( 'Feedback' ),
-		'href'      => 'http://buddypress.org/support/forum/feedback/',
+		'href'      => 'https://buddypress.org/support/forum/feedback/',
 	) );
 
 	/** BuddyPress Developer **/
@@ -236,7 +236,7 @@
 		'parent' => 'bp-developer',
 		'id'     => 'bp-trac',
 		'title'  => __( 'Developer Trac' ),
-		'href'   => 'http://buddypress.trac.wordpress.org'
+		'href'   => 'https://buddypress.trac.wordpress.org'
 	) );
 
 	$wp_admin_bar->add_menu( array(
@@ -243,7 +243,7 @@
 		'parent' => 'bp-developer',
 		'id'     => 'bp-dev-blog',
 		'title'  => __( 'Developer Blog' ),
-		'href'   => 'http://bpdevel.wordpress.com'
+		'href'   => 'https://bpdevel.wordpress.com'
 	) );
 }
 add_action( 'admin_bar_menu', 'bporg_new_admin_bar_wp_menu', 10 );
@@ -262,7 +262,7 @@
 		$wp_admin_bar->add_menu( array(
 			'id'    => 'bp-site-name',
 			'title' => __( 'WordPress.org' ),
-			'href'  => 'http://wordpress.org'
+			'href'  => 'https://wordpress.org'
 		) );
 
 		return;
@@ -272,7 +272,7 @@
 		$wp_admin_bar->add_menu( array(
 			'id'    => 'bp-site-name',
 			'title' => __( 'bbPress.org' ),
-			'href'  => 'http://bbpress.org'
+			'href'  => 'https://bbpress.org'
 		) );
 
 		return;
@@ -282,7 +282,7 @@
 		$wp_admin_bar->add_menu( array(
 			'id'    => 'bp-site-name',
 			'title' => __( 'BuddyPress.org' ),
-			'href'  => 'http://buddypress.org'
+			'href'  => 'https://buddypress.org'
 		) );
 	}
 
@@ -295,7 +295,7 @@
 			'parent' => 'bp-site-name',
 			'id'     => 'bp-new-topic',
 			'title'  => __( 'Create New Topic' ),
-			'href'   => 'http://buddypress.org/forums/new-topic/'
+			'href'   => 'https://buddypress.org/forums/new-topic/'
 		) );
 
 		// Add an option to visit the admin dashboard
@@ -323,7 +323,7 @@
 			'parent' => 'bp-site-name',
 			'id'     => 'bp-login',
 			'title'  => __( 'Log in' ),
-			'href'   => 'http://buddypress.org/login/'
+			'href'   => 'https://buddypress.org/login/'
 		) );
 	}
 }
@@ -376,7 +376,7 @@
 			'parent' => 'user-actions',
 			'id'     => 'user-info',
 			'title'  => $user_info,
-			'href'   => 'http://buddypress.org/login/',
+			'href'   => 'https://buddypress.org/login/',
 			'meta'   => array(
 				'tabindex' => -1,
 			),
@@ -386,19 +386,19 @@
 			'parent' => 'user-actions',
 			'id'     => 'register',
 			'title'  => __( 'Register' ),
-			'href'   => 'http://buddypress.org/register/'
+			'href'   => 'https://buddypress.org/register/'
 		) );
 		$wp_admin_bar->add_menu( array(
 			'parent' => 'user-actions',
 			'id'     => 'lost-pass',
 			'title'  => __( 'Lost Password' ),
-			'href'   => 'http://buddypress.org/lost-password/'
+			'href'   => 'https://buddypress.org/lost-password/'
 		) );
 		$wp_admin_bar->add_menu( array(
 			'parent' => 'user-actions',
 			'id'     => 'login',
 			'title'  => __( 'Log In' ),
-			'href'   => 'http://buddypress.org/login/'
+			'href'   => 'https://buddypress.org/login/'
 		) );
 	}
 }
@@ -423,7 +423,7 @@
 		'id'        => 'my-account',
 		'parent'    => 'top-secondary',
 		'title'     => $howdy . $avatar,
-		'href'      => 'http://buddypress.org/login/',
+		'href'      => 'https://buddypress.org/login/',
 		'meta'      => array(
 			'class'     => $class,
 			'title'     => __('My Account'),
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/form-topic.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/form-topic.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/form-topic.php	(working copy)
@@ -31,7 +31,7 @@
 					<div class="bbp-template-notice">
 						<p><?php _e( 'If asking for help, please include your WordPress version, bbPress version, and a link to your site.',                              'bbporg' ); ?></p>
 						<p><?php _e( 'If you have a problem while using a non-bundled theme, check if it happens with TwentyTen or TwentyEleven.',                        'bbporg' ); ?></p>
-						<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>
+						<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>
 					</div>
 
 				<?php endif; ?>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/footer.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/footer.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/footer.php	(working copy)
@@ -5,20 +5,20 @@
 		<div id="footer">
 			<div class="links">
 				<p>
-					See also: 
-					<a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
-					<a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
-					<a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
-					<a href="http://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
+					See also:
+					<a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
+					<a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
+					<a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
 					<a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a>
 				</p>
 			</div>
 			<div class="details">
 				<p>
-					<a href="http://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
-					<a href="http://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
-					<a href="http://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull; 
-					<a href="http://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
+					<a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
 				</p>
 			</div>
 		</div>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php	(working copy)
@@ -104,7 +104,7 @@
 
 function bb_base_plugin_search_form() {
 ?>
-	
+
 	<form role="search" method="get" id="searchform" action="">
 		<div>
 			<h3><?php _e( 'Plugin Search', 'bbporg'); ?></h3>
@@ -118,7 +118,7 @@
 }
 
 function bb_base_topic_search_query( $escaped = true ) {
-	
+
 	if ( empty( $_GET['ts'] ) ) {
 		return false;
 	}
@@ -132,7 +132,7 @@
 }
 
 function bb_base_reply_search_query( $escaped = true ) {
-	
+
 	if ( empty( $_GET['rs'] ) ) {
 		return false;
 	}
@@ -146,7 +146,7 @@
 }
 
 function bb_base_plugin_search_query( $escaped = true ) {
-	
+
 	if ( empty( $_GET['ps'] ) ) {
 		return false;
 	}
@@ -271,7 +271,7 @@
 	// Cache individual plugin requests and query requests
 
 	if ( empty( $res ) ) {
-		$request = wp_remote_post( 'http://api.wordpress.org/plugins/info/1.0/', array( 'body' => array( 'action' => $action, 'request' => serialize( $args ) ) ) );
+		$request = wp_remote_post( 'https://api.wordpress.org/plugins/info/1.0/', array( 'body' => array( 'action' => $action, 'request' => serialize( $args ) ) ) );
 
 		if ( is_wp_error( $request ) ) {
 			$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() );
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/sidebar.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/sidebar.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/sidebar.php	(working copy)
@@ -2,7 +2,7 @@
 <div class="sidebar">
 
 	<?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
-	
+
 		<?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
 
 			<div>
@@ -95,15 +95,15 @@
 
 		<div class="feature">
 			<h3><?php _e('WordPress', 'bbporg'); ?></h3>
-			<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>
+			<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>
 		</div>
 		<div class="feature">
 			<h3><?php _e('bbPress', 'bbporg'); ?></h3>
-			<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>
+			<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>
 		</div>
 		<div style="margin-right: 0pt;" class="feature">
 			<h3><?php _e('BuddyPress', 'bbporg'); ?></h3>
-			<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>
+			<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>
 		</div>
 
 	<?php elseif ( ( ! is_page( 'login' ) && ! is_page( 'register' ) && ! is_page( 'lost-password' ) ) || is_home() || is_singular( 'post' ) || is_archive() ) : ?>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css	(working copy)
@@ -1,6 +1,6 @@
 /**
  * Theme Name: BB's Parent
- * Theme URL: http://buddypress.org
+ * Theme URL: https://buddypress.org
  * Description: Parent theme for BuddyPress.org and bbPress.org
  * Author: John James Jacoby
  * Author URI: http://jaco.by
@@ -1317,13 +1317,13 @@
 }
 
 #bbpress-forums .bbp-the-content-wrapper a.switch-html {
-	
+
 }
 
 #bbpress-forums .bbp-the-content-wrapper a.switch-tmce {
-	
-} 
 
+}
+
 #bbpress-forums .bbp-topic-form fieldset.bbp-form button {
 	float: right;
 	margin-top: -160px;
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/functions.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/functions.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/functions.php	(working copy)
@@ -5,7 +5,7 @@
  */
 function bb_theme_login_redirect() {
 	if ( is_user_logged_in() && is_page( 'login' ) ) {
-		wp_safe_redirect( 'http://bbpress.org/forums/' );
+		wp_safe_redirect( 'https://bbpress.org/forums/' );
 		exit();
 	}
 }
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/page-plugins.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/page-plugins.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/page-plugins.php	(working copy)
@@ -47,7 +47,7 @@
 				?>
 
 				<div class="single-plugin">
-					<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>
+					<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>
 
 					<div class="plugin-meta">
 						<?php if ( !empty( $plugin->version  ) ) : ?><div>Version: <?php echo esc_html( $plugin->version ); ?></div><?php if ( !empty( $plugin->requires ) ) : ?><?php endif; ?><?php endif; ?>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php	(working copy)
@@ -2,7 +2,7 @@
 <div class="sidebar">
 
 	<?php if ( is_bbpress() || is_page( 'new-topic' ) ) : ?>
-	
+
 		<?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
 
 			<div>
@@ -95,7 +95,7 @@
 
 		<div class="feature">
 			<h3><?php _e('bbPress Complete', 'bbporg'); ?></h3>
-			<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>
+			<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>
 			<p class="book-description">A step-by-step guide to creating, managing, and growing a community around your WordPress website.</p>
 		</div>
 
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/style.css
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/style.css	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/style.css	(working copy)
@@ -1,6 +1,6 @@
 /**
  * Theme Name: bbPress.org 2013
- * Theme URL: http://bbPress.org
+ * Theme URL: https://bbPress.org
  * Description: A WordPress theme for bbPress.org
  * Author: John James Jacoby
  * Author URI: http://jaco.by
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/footer.php	(working copy)
@@ -5,20 +5,20 @@
 		<div id="footer">
 			<div class="links">
 				<p>
-					See also: 
-					<a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
-					<a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
-					<a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
-					<a href="http://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
+					See also:
+					<a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
+					<a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
+					<a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
 					<a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
 				</p>
 			</div>
 			<div class="details">
 				<p>
-					<a href="http://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
-					<a href="http://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
-					<a href="http://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull; 
-					<a href="http://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
+					<a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
 				</p>
 			</div>
 		</div>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/functions.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/functions.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/functions.php	(working copy)
@@ -5,7 +5,7 @@
  */
 function bb_theme_login_redirect() {
 	if ( is_user_logged_in() && is_page( 'login' ) ) {
-		wp_safe_redirect( 'http://buddypress.org/support/' );
+		wp_safe_redirect( 'https://buddypress.org/support/' );
 		exit();
 	}
 }
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/page-plugins.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/page-plugins.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/page-plugins.php	(working copy)
@@ -47,7 +47,7 @@
 				?>
 
 				<div class="single-plugin">
-					<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>
+					<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>
 
 					<div class="plugin-meta">
 						<?php if ( !empty( $plugin->version  ) ) : ?><div>Version: <?php echo esc_html( $plugin->version ); ?></div><?php if ( !empty( $plugin->requires ) ) : ?><?php endif; ?><?php endif; ?>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/sidebar.php	(working copy)
@@ -2,9 +2,9 @@
 <div class="sidebar">
 
 	<?php if ( function_exists( 'is_buddypress' ) && is_buddypress() ) : ?>
-	
+
 		<?php if ( bp_is_user() ) : ?>
-	
+
 			<div id="item-header-avatar">
 				<a href="<?php bp_displayed_user_link(); ?>">
 
@@ -14,11 +14,11 @@
 			</div><!-- #item-header-avatar -->
 
 			<?php bp_nav_menu(); ?>
-	
+
 		<?php endif; ?>
 
 	<?php elseif ( ( function_exists( 'is_bbpress' ) && is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
-	
+
 		<?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
 
 			<div>
@@ -111,7 +111,7 @@
 
 		<div class="feature">
 			<h3><?php _e( 'Theme Development', 'bporg' ); ?></h3>
-			<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>
+			<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>
 			<p class="book-description">An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.</p>
 		</div>
 
@@ -122,7 +122,7 @@
 		<div>
 			<h3><?php _e( 'Legacy', 'bporg'); ?></h3>
 			<ul>
-				<li><a href="http://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>
+				<li><a href="https://buddypress.org/support/forum/plugin-forums/" title="Plugin Forums">Legacy Plugin Forums</a></li>
 			</ul>
 		</div>
 
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/style.css
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/style.css	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/buddypress-org/style.css	(working copy)
@@ -1,6 +1,6 @@
 /**
  * Theme Name: BuddyPress.org 2013
- * Theme URL: http://buddypress.org
+ * Theme URL: https://buddypress.org
  * Description: A WordPress theme for BuddyPress.org
  * Author: John James Jacoby
  * Author URI: http://jaco.by
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/footer.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/footer.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/footer.php	(working copy)
@@ -43,7 +43,7 @@
 
 					<div class="col-half">
 						<h3 class="title">Want to help?</h3>
-						<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>
+						<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>
 					</div>
 				</div>
 			</div>
@@ -53,20 +53,20 @@
 		<div id="footer">
 			<div class="links">
 				<p>
-					See also: 
-					<a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
-					<a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
-					<a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
-					<a href="http://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
+					See also:
+					<a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bbporg'); ?></a> &bull;
+					<a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bbporg'); ?></a> &bull;
+					<a href="https://ma.tt"><?php _e( 'Matt', 'bbporg' ); ?></a> &bull;
 					<a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bbporg' ); ?>"><?php _e( 'Blog RSS', 'bbporg' ); ?></a>
 				</p>
 			</div>
 			<div class="details">
 				<p>
-					<a href="http://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
-					<a href="http://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
-					<a href="http://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull; 
-					<a href="http://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
+					<a href="https://twitter.com/bbpress" class="twitter"><?php _e( 'Follow bbPress on Twitter', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org/about/gpl/"><?php _e('GPL', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org/contact/"><?php _e('Contact Us', 'bbporg'); ?></a> &bull;
+					<a href="https://bbpress.org/terms/"><?php _e('Terms of Service', 'bbporg'); ?></a>
 				</p>
 			</div>
 		</div>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php	(working copy)
@@ -20,7 +20,7 @@
 						echo '<h2>Components</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -38,7 +38,7 @@
 						echo '<h2>Versions</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -56,7 +56,7 @@
 						echo '<h2>Types</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -74,7 +74,7 @@
 						echo '<h2>Contexts</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -92,7 +92,7 @@
 			global $post;
 
 			$args         = array( 'order' => 'ASC', );
-			$revisions    = wp_get_post_revisions( get_queried_object_id(), $args );	
+			$revisions    = wp_get_post_revisions( get_queried_object_id(), $args );
 			$post_authors = array( $post->post_author => 1 );
 			foreach( (array)$revisions as $revision ) {
 				$post_authors[$revision->post_author] += 1;
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/header-nav.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/header-nav.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/header-nav.php	(working copy)
@@ -1,9 +1,9 @@
 <ul id="nav" class="menu">
-	<li><a href="http://bbpress.org/about/">About</a></li>
-	<li><a href="http://bbpress.org/plugins/">Plugins</a></li>
-	<li><a href="http://bbpress.org/themes/">Themes</a></li>
-	<li class="current"class="current"><a href="http://codex.bbpress.org/">Documentation</a></li>
-	<li><a href="http://bbpress.org/blog/">Blog</a></li>
-	<li><a href="http://bbpress.org/forums/">Support</a></li>
-	<li><a href="http://bbpress.org/download/">Download</a></li>
+	<li><a href="https://bbpress.org/about/">About</a></li>
+	<li><a href="https://bbpress.org/plugins/">Plugins</a></li>
+	<li><a href="https://bbpress.org/themes/">Themes</a></li>
+	<li class="current"class="current"><a href="https://codex.bbpress.org/">Documentation</a></li>
+	<li><a href="https://bbpress.org/blog/">Blog</a></li>
+	<li><a href="https://bbpress.org/forums/">Support</a></li>
+	<li><a href="https://bbpress.org/download/">Download</a></li>
 </ul>
\ No newline at end of file
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css	(working copy)
@@ -1,6 +1,6 @@
 /**
  * Theme Name: bbPress.org Codex 2013
- * Theme URL: http://codex.bbpress.org
+ * Theme URL: https://codex.bbpress.org
  * Description: A WordPress theme for bbPress.org codex
  * Author: John James Jacoby
  * Author URI: http://jaco.by
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/footer.php	(working copy)
@@ -14,7 +14,7 @@
 			<div class="col-half">
 
 			<h3 class="title">Article Contributors</h3>
-			
+
 			<?php
 
 			global $codex_contributors, $post;
@@ -36,7 +36,7 @@
 						echo '<div class="inner">';
 						echo '<h5>' . esc_html( $userdata->display_name ) . '</h5>';
 						echo '<p>' . esc_html( $codex_contributors[$post->post_author] ) . ' revision';
-						if ( $codex_contributors[$post->post_author] > 1 ) 
+						if ( $codex_contributors[$post->post_author] > 1 )
 							echo 's';
 						echo '</p>';
 						echo '</div>';
@@ -71,7 +71,7 @@
 
 			<h3 class="title">Want to help?</h3>
 
-			<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>
+			<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>
 
 			</div>
 
@@ -85,11 +85,11 @@
 
 			<div class="links">
 				<p>
-					See also: 
-					<a href="http://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
-					<a href="http://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
-					<a href="http://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
-					<a href="http://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
+					See also:
+					<a href="https://wordpress.org"><?php _e( 'WordPress.org', 'bporg'); ?></a> &bull;
+					<a href="https://bbpress.org"><?php _e( 'bbPress.org', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org"><?php _e( 'BuddyPress.org', 'bporg'); ?></a> &bull;
+					<a href="https://ma.tt"><?php _e( 'Matt', 'bporg' ); ?></a> &bull;
 					<a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php esc_attr_e( 'RSS Feed for Articles', 'bporg' ); ?>"><?php _e( 'Blog RSS', 'bporg' ); ?></a>
 				</p>
 			</div>
@@ -96,13 +96,13 @@
 
 			<div class="details">
 				<p>
-					<a href="http://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
-					<a href="http://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
-					<a href="http://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull; 
-					<a href="http://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
+					<a href="https://twitter.com/buddypressdev" class="twitter"><?php _e( 'Follow BuddyPress on Twitter', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org/about/gpl/"><?php _e('GPL', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org/contact/"><?php _e('Contact Us', 'bporg'); ?></a> &bull;
+					<a href="https://buddypress.org/terms/"><?php _e('Terms of Service', 'bporg'); ?></a>
 				</p>
 			</div>
-			
+
 		</div>
 		<?php wp_footer(); ?>
 	</body>
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php	(working copy)
@@ -20,7 +20,7 @@
 						echo '<h2>Components</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -38,7 +38,7 @@
 						echo '<h2>Versions</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -56,7 +56,7 @@
 						echo '<h2>Types</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -74,7 +74,7 @@
 						echo '<h2>Contexts</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
-							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>';
+							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>';
 						}
 						echo '</ul>';
 						echo '</div>';
@@ -92,7 +92,7 @@
 			global $post;
 
 			$args         = array( 'order' => 'ASC', );
-			$revisions    = wp_get_post_revisions( get_queried_object_id(), $args );	
+			$revisions    = wp_get_post_revisions( get_queried_object_id(), $args );
 			$post_authors = array( $post->post_author => 1 );
 			foreach( (array)$revisions as $revision ) {
 				$post_authors[$revision->post_author] += 1;
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/functions.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/functions.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/functions.php	(working copy)
@@ -5,7 +5,7 @@
  */
 function bpcodex_register_stylesheet() {
 	wp_enqueue_style( 'bp-codex-screen', get_stylesheet_directory_uri() . '/screen.css', false, '2.0.9', 'screen' );
-	wp_enqueue_style( 'google-font-source', 'http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700', false, '1.0', 'all' );
+	wp_enqueue_style( 'google-font-source', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700', false, '1.0', 'all' );
 }
 add_action( 'wp_enqueue_scripts', 'bpcodex_register_stylesheet' );
 
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header-nav.php
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header-nav.php	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header-nav.php	(working copy)
@@ -1,9 +1,9 @@
 <ul id="nav" class="menu">
-	<li><a href="http://buddypress.org/about/">About</a></li>
-	<li><a href="http://buddypress.org/plugins/">Plugins</a></li>
-	<li><a href="http://buddypress.org/themes/">Themes</a></li>
-	<li class="current"class="current"><a href="http://codex.buddypress.org/">Documentation</a></li>
-	<li><a href="http://buddypress.org/blog/">Blog</a></li>
-	<li><a href="http://buddypress.org/support/">Support</a></li>
-	<li><a href="http://buddypress.org/download/">Download</a></li>
+	<li><a href="https://buddypress.org/about/">About</a></li>
+	<li><a href="https://buddypress.org/plugins/">Plugins</a></li>
+	<li><a href="https://buddypress.org/themes/">Themes</a></li>
+	<li class="current"class="current"><a href="https://codex.buddypress.org/">Documentation</a></li>
+	<li><a href="https://buddypress.org/blog/">Blog</a></li>
+	<li><a href="https://buddypress.org/support/">Support</a></li>
+	<li><a href="https://buddypress.org/download/">Download</a></li>
 </ul>
\ No newline at end of file
Index: sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/style.css
===================================================================
--- sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/style.css	(revision 1641)
+++ sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/style.css	(working copy)
@@ -1,6 +1,6 @@
 /**
  * Theme Name: BuddyPress.org Codex 2013
- * Theme URL: http://codex.buddypress.org
+ * Theme URL: https://codex.buddypress.org
  * Description: A WordPress theme for BuddyPress.org codex
  * Author: John James Jacoby
  * Author URI: http://jaco.by
