diff --git a/wp-admin/credits.php b/wp-admin/credits.php index b68f149394..61d0a5cfbb 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -20,7 +20,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 6a50e9c3c2..ce9f9e235d 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 7dce364497..4f04c21341 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35806'; +$wp_version = '4.4-RC1-35814'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.