diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index ffc1d58d8c..a39aa701de 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -411,9 +411,13 @@ if ( isset( $_REQUEST['approved'] ) } } - printf( - '
%s
'; $deleted = (int) $_REQUEST['deleted']; /* translators: %s: Number of links. */ - printf( _n( '%s link deleted.', '%s links deleted.', $deleted ), $deleted ); - echo '
' . __( 'The menu item has been successfully deleted.' ) . '
' . $deletion->get_error_message() . '
' . __( 'The menu has been successfully deleted.' ) . '
' . __( 'Selected menus have been successfully deleted.' ) . '
' . $_nav_menu_selected_id->get_error_message() . '
' . sprintf( + $message_no_theme_support = sprintf( /* translators: %s: URL to Widgets screen. */ __( 'Your theme does not natively support menus, but you can use them in sidebars by adding a “Navigation Menu” widget on the Widgets screen.' ), admin_url( 'widgets.php' ) - ) . '
The new address will not become active until confirmed.' ); ?>
- ' . esc_html( $new_admin_email ) . '' - ); - printf( - ' %2$s', - esc_url( wp_nonce_url( admin_url( 'options.php?dismiss=new_admin_email' ), 'dismiss-' . get_current_blog_id() . '-new_admin_email' ) ), - __( 'Cancel' ) - ); - ?> -
' . esc_html( $new_admin_email ) . '
- get_error_message() ) - ); - ?> -
- -
fatal error.' ); ?>
- Switch to the list view.' ), - 'upload.php?mode=list' + 'message', + 'additional_classes' => array( 'updated' ), + 'dismissible' => true, + ) ); - ?> -
- ' . esc_html( $new_email['newemail'] ) . '' - ); - printf( - ' %2$s', - esc_url( wp_nonce_url( self_admin_url( 'profile.php?dismiss=' . $current_user->ID . '_new_email' ), 'dismiss-' . $current_user->ID . '_new_email' ) ), - __( 'Cancel' ) - ); - ?> -
' . esc_html( $new_email['newemail'] ) . '
' . $msg . '
' . sprintf( $message, number_format_i18n( $delete_count ) ) . '
' . $message . '
' . sprintf( $message, number_format_i18n( $reset_count ) ) . '
' . __( 'Changed roles.' ) . '
' . __( 'The current user’s role must have user editing capabilities.' ) . '
' . __( 'Other user roles have been changed.' ) . '
' . __( 'You cannot delete the current user.' ) . '
' . __( 'Other users have been deleted.' ) . '
' . __( 'User removed from this site.' ) . '
' . __( 'You cannot remove the current user.' ) . '
' . __( 'Other users have been removed.' ) . '