Make WordPress Core

Changeset 32939


Ignore:
Timestamp:
06/25/2015 04:37:56 PM (9 years ago)
Author:
wonderboymusic
Message:

Remove unused code from WP_Press_This::html().

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-press-this.php

    r32936 r32939  
    11811181        $post_title = $this->get_suggested_title( $data );
    11821182
    1183         if ( empty( $title ) ) {
    1184             $title = __( 'New Post' );
    1185         }
    1186 
    11871183        $post_content = $this->get_suggested_content( $data );
    11881184
Note: See TracChangeset for help on using the changeset viewer.