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:
parent
8ba92a52f8
commit
8570f2dcd2
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue