summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/install.php')
-rw-r--r--www/crm/wp-admin/install.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/crm/wp-admin/install.php b/www/crm/wp-admin/install.php
index 8db4817c..bd7e0e79 100644
--- a/www/crm/wp-admin/install.php
+++ b/www/crm/wp-admin/install.php
@@ -71,10 +71,7 @@ function display_header( $body_classes = '' ) {
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex,nofollow" />
<title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>
- <?php
- wp_admin_css( 'install', true );
- wp_admin_css( 'dashicons', true );
- ?>
+ <?php wp_admin_css( 'install', true ); ?>
</head>
<body class="wp-core-ui<?php echo $body_classes; ?>">
<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
@@ -113,7 +110,7 @@ function display_setup_form( $error = null ) {
<p class="message"><?php echo $error; ?></p>
<?php } ?>
<form id="setup" method="post" action="install.php?step=2" novalidate="novalidate">
- <table class="form-table">
+ <table class="form-table" role="presentation">
<tr>
<th scope="row"><label for="weblog_title"><?php _e( 'Site Title' ); ?></label></th>
<td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr( $weblog_title ); ?>" /></td>
@@ -142,7 +139,7 @@ function display_setup_form( $error = null ) {
</label>
</th>
<td>
- <div class="">
+ <div class="wp-pwd">
<?php $initial_password = isset( $_POST['admin_password'] ) ? stripslashes( $_POST['admin_password'] ) : wp_generate_password( 18 ); ?>
<input type="password" name="admin_password" id="pass1" class="regular-text" autocomplete="off" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" aria-describedby="pass-strength-result" />
<button type="button" class="button wp-hide-pw hide-if-no-js" data-start-masked="<?php echo (int) isset( $_POST['admin_password'] ); ?>" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>">