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:
ryan 2010-12-13 21:03:34 +00:00
parent dea20dd26b
commit 93fb27623f
1 changed files with 1 additions and 0 deletions

View File

@ -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;