Twenty Eleven: Correct inline translator comment.

Props sabernhardt.
See #40039.
Built from https://develop.svn.wordpress.org/trunk@53875


git-svn-id: http://core.svn.wordpress.org/trunk@53434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-08-11 13:06:09 +00:00
parent bb9f57429a
commit 8f513bba30
2 changed files with 2 additions and 2 deletions

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>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53874';
$wp_version = '6.1-alpha-53875';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.