mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 20:15:08 +00:00
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…
x
Reference in New Issue
Block a user