Ticket #42826: 42826.2.diff
File 42826.2.diff, 486 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/embed.php
diff --git a/src/wp-includes/embed.php b/src/wp-includes/embed.php index 7cce664548..24edbca1e0 100644
a b function get_oembed_response_data( $post, $width ) { 539 539 'provider_url' => get_home_url(), 540 540 'author_name' => get_bloginfo( 'name' ), 541 541 'author_url' => get_home_url(), 542 'title' => $post->post_title,542 'title' => get_the_title( $post ), 543 543 'type' => 'link', 544 544 ); 545 545