';
$output .= '
' . $title . '';
$output .= str_repeat( '
', $full_stars );
$output .= str_repeat( '
', $half_stars );
diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php
index 76c9237122..6bcd7cdc98 100644
--- a/wp-admin/theme-install.php
+++ b/wp-admin/theme-install.php
@@ -259,7 +259,7 @@ if ( $tab ) {
<# if ( data.rating ) { #>
{{{ data.stars }}}
- ({{ data.num_ratings }})
+ ({{ data.num_ratings }})
<# } else { #>
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 6485e63a48..b12fab047f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.5-alpha-36091';
+$wp_version = '4.5-alpha-36092';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.