mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
9c8b1ba9ab
commit
134cbc5eaf
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user