`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:
parent
6177a39971
commit
c5ba45a11b
|
@ -726,7 +726,7 @@ final class WP_Theme implements ArrayAccess {
|
|||
}
|
||||
|
||||
return $value;
|
||||
break;
|
||||
|
||||
default :
|
||||
$value = translate( $value, $this->get('TextDomain') );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue