diff --git a/wp-admin/includes/class-wp-press-this.php b/wp-admin/includes/class-wp-press-this.php index d6e9388560..b1f4eee206 100644 --- a/wp-admin/includes/class-wp-press-this.php +++ b/wp-admin/includes/class-wp-press-this.php @@ -1180,10 +1180,6 @@ class WP_Press_This { $post_title = $this->get_suggested_title( $data ); - if ( empty( $title ) ) { - $title = __( 'New Post' ); - } - $post_content = $this->get_suggested_content( $data ); // Get site settings array/data. diff --git a/wp-includes/version.php b/wp-includes/version.php index de856fbb6d..b8f521a627 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32938'; +$wp_version = '4.3-alpha-32939'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.