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:
@@ -726,7 +726,7 @@ final class WP_Theme implements ArrayAccess {
|
||||
}
|
||||
|
||||
return $value;
|
||||
break;
|
||||
|
||||
default :
|
||||
$value = translate( $value, $this->get('TextDomain') );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user