From db5cc6d3ce283314aaafbb4bacec031816600a37 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Wed, 24 Jul 2013 16:04:56 -0700 Subject: [PATCH] Remove WordPress.com-specific functions and definitions require line from functions.php; wpcom.php is now automatically included via plugin on WordPress.com. --- functions.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions.php b/functions.php index 7f4c6a1d..ce5145ee 100644 --- a/functions.php +++ b/functions.php @@ -123,8 +123,3 @@ require get_template_directory() . '/inc/customizer.php'; * Load Jetpack compatibility file. */ require get_template_directory() . '/inc/jetpack.php'; - -/** - * WordPress.com-specific functions and definitions. - */ -//require get_template_directory() . '/inc/wpcom.php';