mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Apply the break. Props ocean90. fixes #15802
git-svn-id: http://svn.automattic.com/wordpress/trunk@16899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dea20dd26b
commit
93fb27623f
@ -54,6 +54,7 @@ if ( isset( $_REQUEST['updated'] ) && $_REQUEST['updated'] == 'true' && ! empty(
|
||||
break;
|
||||
case 'delete':
|
||||
$msg = __( 'Site deleted.' );
|
||||
break;
|
||||
case 'not_deleted':
|
||||
$msg = __( 'You do not have permission to delete that site.' );
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user