summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/gravatar-hovercards.php')
-rw-r--r--plugins/jetpack/modules/gravatar-hovercards.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/gravatar-hovercards.php b/plugins/jetpack/modules/gravatar-hovercards.php
index 33897ee1..d96fcba0 100644
--- a/plugins/jetpack/modules/gravatar-hovercards.php
+++ b/plugins/jetpack/modules/gravatar-hovercards.php
@@ -81,7 +81,7 @@ jQuery( function($) {
}
} ).parents( 'tr' );
var ftr = tr.parents( 'table' ).find( 'tr:first' );
- if ( ftr.size() && !ftr.find( '#gravatar_disable_hovercards' ).size() ) {
+ if ( ftr.length && !ftr.find( '#gravatar_disable_hovercards' ).length ) {
ftr.after( tr );
}
} );