diff --git a/wp-admin/credits.php b/wp-admin/credits.php
index 1fc88adb91..9466fa6204 100644
--- a/wp-admin/credits.php
+++ b/wp-admin/credits.php
@@ -60,7 +60,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) {
$title = translate( $group_data['name'] );
}
- echo '
' . esc_html( $title ) . "
\n";
+ echo '' . esc_html( $title ) . "
\n";
}
if ( ! empty( $group_data['shuffle'] ) )
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 2901c50fad..333afcfb21 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.4-alpha-35125';
+$wp_version = '4.4-alpha-35126';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.