From 9b401fc90034779244c4008db187889707fa4e9c Mon Sep 17 00:00:00 2001
From: koenemann
Date: Mon, 14 Aug 2017 12:55:02 +0200
Subject: [PATCH] Aligning 404.php markup with underscores defaults
---
404.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/404.php b/404.php
index a01303c..040d75a 100644
--- a/404.php
+++ b/404.php
@@ -63,13 +63,13 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
' . sprintf( __( 'Try looking in the monthly archives. %1$s',
- 'understrap' ), convert_smilies( ':)' ) ) . '
';
- the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" );
- ?>
-
+ /* translators: %1$s: smiley */
+ $archive_content = '' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'understrap' ), convert_smilies( ':)' ) ) . '
';
+ the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" );
+
+ the_widget( 'WP_Widget_Tag_Cloud' );
+ ?>