From a4a88aeceb32d8a29b4d5689f30f102a87bb9c8a Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 8 Mar 2014 04:20:14 +0000 Subject: [PATCH] I am having a bad day. see #13265. Built from https://develop.svn.wordpress.org/trunk@27471 git-svn-id: http://core.svn.wordpress.org/trunk@27316 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 f383ac4f06..c806d46624 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -976,7 +976,6 @@ final class WP_Theme implements ArrayAccess { * @param WP_Theme $this The theme object. * @param WP_Post|null $post The post being edited, provided for context, or null. */ - error_log( serialize( $this ) ); $return = apply_filters( 'theme_page_templates', $page_templates, $this, $post ); return array_intersect_assoc( $return, $page_templates ); }