Remove debug cruft. see #20103.

git-svn-id: https://develop.svn.wordpress.org/trunk@20044 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-02-29 20:41:01 +00:00
parent 47db4344b9
commit f6299042c0

View File

@ -454,7 +454,6 @@ final class WP_Theme implements ArrayAccess {
public function get( $header ) {
if ( ! isset( $this->headers[ $header ] ) )
return false;
return $this->sanitize_header( $header, $this->headers[ $header ] );
if ( ! isset( $this->headers_sanitized ) ) {
$this->headers_sanitized = $this->cache_get( 'headers' );