mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Style the error messages in the installer.
git-svn-id: https://develop.svn.wordpress.org/trunk@14828 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -89,7 +89,7 @@ function display_setup_form( $error = null ) {
|
||||
|
||||
if ( ! is_null( $error ) ) {
|
||||
?>
|
||||
<p><?php printf( __( '<strong>ERROR</strong>: %s' ), $error ); ?></p>
|
||||
<p class="message"><?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