gettext comments. Props nbachiyski. see #9112

git-svn-id: https://develop.svn.wordpress.org/trunk@10774 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-03-13 03:53:39 +00:00
parent 6882d8299f
commit 5d8651d6f3
18 changed files with 125 additions and 82 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ header( 'Content-Type: text/html; charset=utf-8' );
function display_setup_form( $error = null ) {
if ( ! is_null( $error ) ) {
?>
<p><strong><?php _e('ERROR'); ?></strong>: <?php echo $error; ?></p>
<p><?php printf( __('<strong>ERROR</strong>: %s'), $error); ?></p>
<?php } ?>
<form id="setup" method="post" action="install.php?step=2">
<table class="form-table">