Changeset 32939
- Timestamp:
- 06/25/2015 04:37:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r32936 r32939 1181 1181 $post_title = $this->get_suggested_title( $data ); 1182 1182 1183 if ( empty( $title ) ) {1184 $title = __( 'New Post' );1185 }1186 1187 1183 $post_content = $this->get_suggested_content( $data ); 1188 1184
Note: See TracChangeset
for help on using the changeset viewer.