Index: trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php
===================================================================
--- trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php	(revision 9124)
+++ trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/inc/template-tags.php	(working copy)
@@ -224,7 +224,7 @@
 
 				// Determine permanence of closure.
 				$contributors = get_the_terms( $post, 'plugin_contributors' );
-				$permanent    = ( 'author-request' === $close_reason || ! $contributors || is_wp_error( $contributors ) );
+				$permanent    = ( 'author-request' === $close_reason || ! $contributors || is_wp_error( $contributors ) ) ? true : false;
 
 				$days_passed = (int) ( ( current_time( 'timestamp' ) - mysql2date( 'U', $closed_date ) ) / DAY_IN_SECONDS );
 
