Changeset 10774 for trunk/wp-admin/install.php
- Timestamp:
- 03/13/2009 03:53:39 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r10574 r10774 52 52 if ( ! is_null( $error ) ) { 53 53 ?> 54 <p>< strong><?php _e('ERROR'); ?></strong>: <?php echo $error; ?></p>54 <p><?php printf( __('<strong>ERROR</strong>: %s'), $error); ?></p> 55 55 <?php } ?> 56 56 <form id="setup" method="post" action="install.php?step=2">
Note: See TracChangeset
for help on using the changeset viewer.