Changeset 14828 for trunk/wp-admin/install.php
- Timestamp:
- 05/24/2010 08:18:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r14315 r14828 90 90 if ( ! is_null( $error ) ) { 91 91 ?> 92 <p ><?php printf( __( '<strong>ERROR</strong>: %s' ), $error ); ?></p>92 <p class="message"><?php printf( __( '<strong>ERROR</strong>: %s' ), $error ); ?></p> 93 93 <?php } ?> 94 94 <form id="setup" method="post" action="install.php?step=2">
Note: See TracChangeset
for help on using the changeset viewer.