diff --git a/classes/models/relations.php b/classes/models/relations.php index eeb0118..7de14c7 100644 --- a/classes/models/relations.php +++ b/classes/models/relations.php @@ -439,7 +439,7 @@ public static function get_object_id_for_emitter( $types, $emitter_blog_id, $rec public static function current_object_is_synchronized( $types, $receiver_blog_id, $receiver_id ) { global $wpdb; - // In some contexts the do_action( 'add_meta_boxes') is called an passes wrong parameters + // In some contexts the do_action( 'add_meta_boxes') is called and passes wrong parameters // to the get_cache_id method. // $receiver_id at this point must be a number or a numeric string if ( ! is_numeric( $receiver_id ) ) {