Make WordPress Core


Ignore:
Timestamp:
05/24/2010 08:18:48 AM (15 years ago)
Author:
westi
Message:

Style the error messages in the installer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r14315 r14828  
    9090    if ( ! is_null( $error ) ) {
    9191?>
    92 <p><?php printf( __( '<strong>ERROR</strong>: %s' ), $error ); ?></p>
     92<p class="message"><?php printf( __( '<strong>ERROR</strong>: %s' ), $error ); ?></p>
    9393<?php } ?>
    9494<form id="setup" method="post" action="install.php?step=2">
Note: See TracChangeset for help on using the changeset viewer.