mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
I18N: Capitalize translator comments consistently, add trailing punctuation.
Includes minor code layout fixes. See #44360. git-svn-id: https://develop.svn.wordpress.org/trunk@45932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -294,7 +294,7 @@ if ( isset( $_GET['editwidget'] ) && $_GET['editwidget'] ) {
|
||||
<div class="editwidget"<?php echo $width; ?>>
|
||||
<h2>
|
||||
<?php
|
||||
/* translators: %s: widget name */
|
||||
/* translators: %s: Widget name. */
|
||||
printf( __( 'Widget %s' ), $name );
|
||||
?>
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user