Ticket #42826: 42826.diff
File 42826.diff, 457 bytes (added by , 7 years ago) |
---|
-
wp-includes/embed.php
diff --git a/wp-includes/embed.php b/wp-includes/embed.php index 461dced..6925f84 100644
a b function get_oembed_response_data( $post, $width ) { 537 537 'provider_url' => get_home_url(), 538 538 'author_name' => get_bloginfo( 'name' ), 539 539 'author_url' => get_home_url(), 540 'title' => $post->post_title,540 'title' => get_the_title(), 541 541 'type' => 'link', 542 542 ); 543 543