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

See #27882.

Built from https://develop.svn.wordpress.org/trunk@28547


git-svn-id: http://core.svn.wordpress.org/trunk@28373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-05-22 19:05:14 +00:00
parent 6177a39971
commit c5ba45a11b
1 changed files with 1 additions and 1 deletions

View File

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