mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
Remove unused code from WP_Press_This::html()
.
See #32444. Built from https://develop.svn.wordpress.org/trunk@32939 git-svn-id: http://core.svn.wordpress.org/trunk@32910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d9bd43c702
commit
7453d12390
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user