summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/comments.php')
-rw-r--r--plugins/jetpack/modules/comments.php16
1 files changed, 14 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/comments.php b/plugins/jetpack/modules/comments.php
index 524db982..3b83acf3 100644
--- a/plugins/jetpack/modules/comments.php
+++ b/plugins/jetpack/modules/comments.php
@@ -2,11 +2,12 @@
/**
* Module Name: Jetpack Comments
- * Module Description: A new comment system that has integrated social media login options.
+ * Module Description: Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.
* First Introduced: 1.4
- * Sort Order: 2
+ * Sort Order: 20
* Requires Connection: Yes
* Auto Activate: No
+ * Module Tags: Social
*/
require dirname( __FILE__ ) . '/comments/comments.php';
@@ -35,3 +36,14 @@ function jetpack_comments_configuration_load() {
}
add_action( 'jetpack_modules_loaded', 'jetpack_comments_load' );
+
+Jetpack::dns_prefetch( array(
+ '//jetpack.wordpress.com',
+ '//s0.wp.com',
+ '//s1.wp.com',
+ '//s2.wp.com',
+ '//public-api.wordpress.com',
+ '//0.gravatar.com',
+ '//1.gravatar.com',
+ '//2.gravatar.com',
+) );