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:
parent
bb9f57429a
commit
8f513bba30
|
@ -17,7 +17,7 @@ get_header(); ?>
|
||||||
<header class="page-header">
|
<header class="page-header">
|
||||||
<h1 class="page-title">
|
<h1 class="page-title">
|
||||||
<?php
|
<?php
|
||||||
/* translators: %s: Ñategory title. */
|
/* translators: %s: Category title. */
|
||||||
printf( __( 'Category Archives: %s', 'twentyeleven' ), '<span>' . single_cat_title( '', false ) . '</span>' );
|
printf( __( 'Category Archives: %s', 'twentyeleven' ), '<span>' . single_cat_title( '', false ) . '</span>' );
|
||||||
?>
|
?>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue