From 8570f2dcd2e751f9e3e901923a0c6cff7988b1bc Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 29 Feb 2012 20:41:01 +0000 Subject: [PATCH] Remove debug cruft. see #20103. git-svn-id: http://svn.automattic.com/wordpress/trunk@20044 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 7ff452c47..9ea18eb6b 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -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' );