mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Text Changes: Use consistent question wording for plugin and theme deletion confirmations.
Props johnjamesjacoby, Presskopp. Fixes #44878. git-svn-id: https://develop.svn.wordpress.org/trunk@45597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -146,9 +146,9 @@ if ( $action ) {
|
||||
?>
|
||||
</ul>
|
||||
<?php if ( 1 == $themes_to_delete ) : ?>
|
||||
<p><?php _e( 'Are you sure you wish to delete this theme?' ); ?></p>
|
||||
<p><?php _e( 'Are you sure you want to delete this theme?' ); ?></p>
|
||||
<?php else : ?>
|
||||
<p><?php _e( 'Are you sure you wish to delete these themes?' ); ?></p>
|
||||
<p><?php _e( 'Are you sure you want to delete these themes?' ); ?></p>
|
||||
<?php endif; ?>
|
||||
<form method="post" action="<?php echo esc_url( $_SERVER['REQUEST_URI'] ); ?>" style="display:inline;">
|
||||
<input type="hidden" name="verify-delete" value="1" />
|
||||
|
||||
@@ -346,9 +346,9 @@ if ( $action ) {
|
||||
<p>
|
||||
<?php
|
||||
if ( $data_to_delete ) {
|
||||
_e( 'Are you sure you wish to delete these files and data?' );
|
||||
_e( 'Are you sure you want to delete these files and data?' );
|
||||
} else {
|
||||
_e( 'Are you sure you wish to delete these files?' );
|
||||
_e( 'Are you sure you want to delete these files?' );
|
||||
}
|
||||
?>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user