Skip to content

Commit

Permalink
Domain Check: add missing space before curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Jun 17, 2016
1 parent 739664a commit dec79b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.jetpack-data.php
Expand Up @@ -64,7 +64,7 @@ public static function is_usable_domain( $domain, $extra = array() ) {
*
* @param bool If the check should be skipped. Default false.
*/
if ( apply_filters( 'jetpack_skip_usuable_domain_check', false ) ){
if ( apply_filters( 'jetpack_skip_usuable_domain_check', false ) ) {
return true;
}

Expand Down

0 comments on commit dec79b4

Please sign in to comment.