mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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