diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php
index e34f15f442..cac721f1e3 100644
--- a/wp-content/themes/twentyeleven/functions.php
+++ b/wp-content/themes/twentyeleven/functions.php
@@ -465,7 +465,7 @@ endif; // twentyeleven_content_nav
* @return string
*/
function twentyeleven_get_first_url() {
- $has_url = function_exists( 'get_the_url' ) ? get_the_url() : false;
+ $has_url = function_exists( 'get_the_post_format_url' ) ? get_the_post_format_url() : false;
if ( ! $has_url )
$has_url = twentyeleven_url_grabber();
diff --git a/wp-content/themes/twentythirteen/content-audio.php b/wp-content/themes/twentythirteen/content-audio.php
index 984f9c33ac..e4ee254b51 100644
--- a/wp-content/themes/twentythirteen/content-audio.php
+++ b/wp-content/themes/twentythirteen/content-audio.php
@@ -21,7 +21,7 @@
-
+
'
' . __( 'Pages:', 'twentythirteen' ) . '', 'after' => '
', 'link_before' => '
', 'link_after' => '' ) ); ?>
diff --git a/wp-content/themes/twentythirteen/content-video.php b/wp-content/themes/twentythirteen/content-video.php
index deabc081c0..821b64146e 100644
--- a/wp-content/themes/twentythirteen/content-video.php
+++ b/wp-content/themes/twentythirteen/content-video.php
@@ -10,7 +10,7 @@