mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user