Apply the break. Props ocean90. fixes #15802

git-svn-id: https://develop.svn.wordpress.org/trunk@16899 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-12-13 21:03:34 +00:00
parent 00f652341f
commit 2fe23d30da
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ if ( isset( $_REQUEST['updated'] ) && $_REQUEST['updated'] == 'true' && ! empty(
break; break;
case 'delete': case 'delete':
$msg = __( 'Site deleted.' ); $msg = __( 'Site deleted.' );
break;
case 'not_deleted': case 'not_deleted':
$msg = __( 'You do not have permission to delete that site.' ); $msg = __( 'You do not have permission to delete that site.' );
break; break;