Twenty Eleven: Correct inline translator comment.

Props sabernhardt.
See #40039.

git-svn-id: https://develop.svn.wordpress.org/trunk@53875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2022-08-11 13:04:04 +00:00
parent 9c8b1ba9ab
commit 134cbc5eaf

View File

@ -17,7 +17,7 @@ get_header(); ?>
<header class="page-header">
<h1 class="page-title">
<?php
/* translators: %s: Ñategory title. */
/* translators: %s: Category title. */
printf( __( 'Category Archives: %s', 'twentyeleven' ), '<span>' . single_cat_title( '', false ) . '</span>' );
?>
</h1>