Remove debug cruft. see #20103.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-02-29 20:41:01 +00:00
parent 8ba92a52f8
commit 8570f2dcd2
1 changed files with 0 additions and 1 deletions

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' );