diff --git a/wp-content/themes/twentytwelve/404.php b/wp-content/themes/twentytwelve/404.php
index db3ef811b27eff6f185333e91eda9a2f91e768d4..8b039ecee4f620f71b2ed5491bfbb199e7d76cda 100644
--- a/wp-content/themes/twentytwelve/404.php
+++ b/wp-content/themes/twentytwelve/404.php
@@ -26,4 +26,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentytwelve/archive.php b/wp-content/themes/twentytwelve/archive.php
index 78314cfb8f63dd1235eb52b4ba5aaa8412673caf..edd947ef061266ec313777fe89d73f7127b5a497 100644
--- a/wp-content/themes/twentytwelve/archive.php
+++ b/wp-content/themes/twentytwelve/archive.php
@@ -24,9 +24,10 @@ get_header(); ?>
' . get_the_date() . '' );
+
+ ' . get_the_date() . '' );
elseif ( is_month() ) :
printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '' );
elseif ( is_year() ) :
@@ -34,12 +35,14 @@ get_header(); ?>
else :
_e( 'Archives', 'twentytwelve' );
endif;
- ?>
+ ?>
+
' . get_the_title() . '' ); + printf( + _n( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'twentytwelve' ), + number_format_i18n( get_comments_number() ), + '' . get_the_title() . '' + ); ?>
- 'twentytwelve_comment', 'style' => 'ol' ) ); ?> + 'twentytwelve_comment', + 'style' => 'ol', + ) + ); + ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> @@ -49,12 +60,13 @@ if ( post_password_required() ) /* If there are no comments and comments are closed, let's leave a note. * But we only want the note on posts and pages that had comments in the first place. */ - if ( ! comments_open() && get_comments_number() ) : ?> - + if ( ! comments_open() && get_comments_number() ) : + ?> + -