mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user