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:
Peter Westwood
2010-05-24 08:18:48 +00:00
parent 0ed95acd34
commit 41bc31f294
3 changed files with 15 additions and 2 deletions

View File

@@ -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">