Remove unused code from `WP_Press_This::html()`.

See #32444.


git-svn-id: https://develop.svn.wordpress.org/trunk@32939 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-06-25 16:37:56 +00:00
parent 1bae0bb006
commit f335ef9a66
1 changed files with 0 additions and 4 deletions

View File

@ -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.