Make WordPress Core


Ignore:
Timestamp:
07/23/2015 05:04:55 AM (9 years ago)
Author:
markjaquith
Message:

Prevent 1Password from thinking the text "log in" should trigger a password save prompt

fixes #33091

File:
1 edited

Legend:

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

    r33363 r33387  
    148148                </div>
    149149                <p><span class="description important hide-if-no-js">
    150                 <strong><?php _e( 'Important:' )?></strong> <?php _e( 'You will need this password to log in, please store it in a secure location.' ); ?></span></p>
     150                <strong><?php _e( 'Important:' )?></strong> <?php _e( 'You will need this password to log&nbsp;in. Please store it in a secure location.' ); ?></span></p>
    151151            </td>
    152152        </tr>
Note: See TracChangeset for help on using the changeset viewer.