Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php	(revision 4646)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/redirects.php	(working copy)
@@ -44,9 +44,7 @@
 	public static function redirect_handbook() {
 		if (
 			// Naked /handbook/ request
-			( 'handbook' == get_query_var( 'name' ) && ! get_query_var( 'post_type' ) ) ||
-			// Temporary: Disable access to handbooks unless a member of the site
-			( ! is_user_member_of_blog() && is_post_type_archive( array( 'theme-handbook' ) ) )
+			( 'handbook' == get_query_var( 'name' ) && ! get_query_var( 'post_type' ) )
 		) {
 			wp_redirect( home_url() );
 			exit();
Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php	(revision 4646)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php	(working copy)
@@ -15,14 +15,10 @@
 
 			<div class="handbook-banner section blue clear color">
 				<div class="inner-wrap three-columns">
-					<div class="widget box box-left transparent" style="color:#999;">
-						<h3 class="widget-title" style="color:#999;"><div class="dashicons dashicons-welcome-widgets-menus"></div><?php _e( 'Themes', 'wporg' ); ?></h3>
+					<div class="widget box box-left transparent">
+						<h3 class="widget-title"><div class="dashicons dashicons-welcome-widgets-menus"></div><?php _e( 'Themes', 'wporg' ); ?></h3>
 						<p class="widget-description"><?php _e( 'Want to know all there is to know about theming and WordPress?', 'wporg' ); ?></p>
-						<?php if ( is_user_member_of_blog() ) : ?>
 						<a href="<?php esc_attr_e( get_post_type_archive_link( 'theme-handbook' ) ); ?>" class="themes-go get-started go button"><?php _e( 'Develop Themes ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>
-						<?php else :?>
-						<strong><em><?php _e( 'Coming Soon!', 'wporg' ); ?></em></strong>
-						<?php endif; ?>
 					</div>
 					<div class="widget box box-right transparent">
 						<h3 class="widget-title"><div class="dashicons dashicons-admin-plugins"></div><?php _e( 'Plugins', 'wporg' ); ?></h3>
