diff options
Diffstat (limited to 'plugins/jetpack/modules/comments.php')
-rw-r--r-- | plugins/jetpack/modules/comments.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/jetpack/modules/comments.php b/plugins/jetpack/modules/comments.php index c8456770..a5acfb6f 100644 --- a/plugins/jetpack/modules/comments.php +++ b/plugins/jetpack/modules/comments.php @@ -17,15 +17,6 @@ if ( is_admin() ) { require dirname( __FILE__ ) . '/comments/admin.php'; } -Jetpack_Sync::sync_options( __FILE__, - 'comment_registration', - 'require_name_email', - 'show_avatars', - 'avatar_default', - 'highlander_comment_form_prompt', - 'jetpack_comment_form_color_scheme' -); - function jetpack_comments_load() { Jetpack::enable_module_configurable( __FILE__ ); Jetpack::module_configuration_load( __FILE__, 'jetpack_comments_configuration_load' ); |