diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php
index 6503e74d7e..410c980cd2 100644
--- a/src/wp-admin/includes/template.php
+++ b/src/wp-admin/includes/template.php
@@ -2071,9 +2071,9 @@ function wp_star_rating( $args = array() ) {
$output = '
';
$output .= '
' . $title . '';
- $output .= str_repeat( '
', $full_stars );
- $output .= str_repeat( '
', $half_stars );
- $output .= str_repeat( '
', $empty_stars );
+ $output .= str_repeat( '
', $full_stars );
+ $output .= str_repeat( '
', $half_stars );
+ $output .= str_repeat( '
', $empty_stars );
$output .= '
';
if ( $r['echo'] ) {