diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
index 0dad59b4dd..20b23b1890 100644
--- a/wp-admin/edit-form-advanced.php
+++ b/wp-admin/edit-form-advanced.php
@@ -102,7 +102,7 @@ if ( $viewable ) {
);
// View post link.
- $view_post_html = sprintf( ' ">%',
+ $view_post_html = sprintf( ' %s',
esc_url( $permalink ),
__( 'View post' )
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index a5af4ccbd9..8b72bf9b27 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.4-alpha-33671';
+$wp_version = '4.4-alpha-33672';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.