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:
parent
1bae0bb006
commit
f335ef9a66
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user