mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-21 19:54:32 +00:00
Replace echo __() with _e().
props marsjaninzmarsa. fixes #32239. git-svn-id: https://develop.svn.wordpress.org/trunk@32333 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -86,7 +86,7 @@ function confirm_delete_users( $users ) {
|
||||
<li><label><input type="radio" id="delete_option0" name="delete[<?php echo $details->userblog_id . '][' . $delete_user->ID ?>]" value="delete" checked="checked" />
|
||||
<?php _e( 'Delete all content.' ); ?></label></li>
|
||||
<li><label><input type="radio" id="delete_option1" name="delete[<?php echo $details->userblog_id . '][' . $delete_user->ID ?>]" value="reassign" />
|
||||
<?php echo __( 'Attribute all content to:' ) . "</label>\n" . $user_dropdown; ?></li>
|
||||
<?php _e( 'Attribute all content to:' ) . "</label>\n" . $user_dropdown; ?></li>
|
||||
</ul>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user