`break` is unreachable in `WP_Theme::translate_header()`.

See #27882.


git-svn-id: https://develop.svn.wordpress.org/trunk@28547 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-05-22 19:04:16 +00:00
parent 8b3d002486
commit 363301f36e
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ final class WP_Theme implements ArrayAccess {
}
return $value;
break;
default :
$value = translate( $value, $this->get('TextDomain') );
}