diff --git a/404.php b/404.php
index 2a900d2be..fbf509aa8 100644
--- a/404.php
+++ b/404.php
@@ -14,9 +14,9 @@
-
+
-
+
esc_html__( 'Header & Footer Background Color', 'twentytwenty' ),
+ 'label' => __( 'Header & Footer Background Color', 'twentytwenty' ),
'section' => 'colors',
)
)
diff --git a/classes/class-twentytwenty-walker-comment.php b/classes/class-twentytwenty-walker-comment.php
index 20026c1f8..62afb04e1 100644
--- a/classes/class-twentytwenty-walker-comment.php
+++ b/classes/class-twentytwenty-walker-comment.php
@@ -50,8 +50,11 @@ protected function html5_comment( $comment, $depth, $args ) {
}
}
- /* Translators: '%1$s = comment author name */
- printf( '
%1$s%2$s', esc_html( $comment_author ), __( 'says:', 'twentytwenty' ) ); // phpcs:ignore
+ printf(
+ '
%1$s%2$s',
+ esc_html( $comment_author ),
+ __( 'says:', 'twentytwenty' )
+ );
if ( ! empty( $comment_author_url ) ) {
echo '';
@@ -71,7 +74,7 @@ protected function html5_comment( $comment, $depth, $args ) {
' . __( 'Edit', 'twentytwenty' ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- core trusts translations
+ echo ' • ';
}
?>
@@ -86,7 +89,7 @@ protected function html5_comment( $comment, $depth, $args ) {
if ( '0' === $comment->comment_approved ) {
?>
-
+
' . __( 'By Post Author', 'twentytwenty' ) . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- core trusts translations
+ echo '