diff --git a/wp-content/themes/twentyfifteen/author-bio.php b/wp-content/themes/twentyfifteen/author-bio.php index a3c2a9cf86..e7d839c118 100644 --- a/wp-content/themes/twentyfifteen/author-bio.php +++ b/wp-content/themes/twentyfifteen/author-bio.php @@ -24,7 +24,7 @@ ?>
diff --git a/wp-content/themes/twentyfifteen/content-link.php b/wp-content/themes/twentyfifteen/content-link.php
index 04193aa79d..881e07eb03 100644
--- a/wp-content/themes/twentyfifteen/content-link.php
+++ b/wp-content/themes/twentyfifteen/content-link.php
@@ -14,7 +14,13 @@
', esc_url( twentyfifteen_get_link_url() ) ), '
' );
+ endif;
+ ?>
', '
' );
else :
- the_title( sprintf( '', esc_url( get_permalink() ) ), '
' );
+ the_title( sprintf( '', esc_url( get_permalink() ) ), '
' );
endif;
?>
diff --git a/wp-content/themes/twentyfifteen/functions.php b/wp-content/themes/twentyfifteen/functions.php
index c1c5281743..dccfc451e2 100644
--- a/wp-content/themes/twentyfifteen/functions.php
+++ b/wp-content/themes/twentyfifteen/functions.php
@@ -119,8 +119,8 @@ function twentyfifteen_widgets_init() {
'description' => __( 'Add widgets here to appear in your sidebar.', 'twentyfifteen' ),
'before_widget' => '',
- 'before_title' => '',
- 'after_title' => '
',
+ 'before_title' => '',
+ 'after_title' => '
',
) );
}
add_action( 'widgets_init', 'twentyfifteen_widgets_init' );
diff --git a/wp-content/themes/twentyfifteen/header.php b/wp-content/themes/twentyfifteen/header.php
index a58512e6f2..8fbfa465da 100644
--- a/wp-content/themes/twentyfifteen/header.php
+++ b/wp-content/themes/twentyfifteen/header.php
@@ -29,8 +29,18 @@