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 @@ ?>
-

+

', esc_url( twentyfifteen_get_link_url() ) ), '' ); ?> + ', esc_url( twentyfifteen_get_link_url() ) ), '' ); + else : + the_title( sprintf( '

', esc_url( twentyfifteen_get_link_url() ) ), '

' ); + endif; + ?>
diff --git a/wp-content/themes/twentyfifteen/content-search.php b/wp-content/themes/twentyfifteen/content-search.php index 1d625f9672..05fa74d8c8 100644 --- a/wp-content/themes/twentyfifteen/content-search.php +++ b/wp-content/themes/twentyfifteen/content-search.php @@ -14,7 +14,7 @@
- ', esc_url( get_permalink() ) ), '' ); ?> + ', esc_url( get_permalink() ) ), '' ); ?>
diff --git a/wp-content/themes/twentyfifteen/content.php b/wp-content/themes/twentyfifteen/content.php index 82a3aa3cbb..5cc937aa90 100644 --- a/wp-content/themes/twentyfifteen/content.php +++ b/wp-content/themes/twentyfifteen/content.php @@ -18,7 +18,7 @@ if ( is_single() ) : the_title( '

', '

' ); 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 @@