Skip to content

Commit b17a668

Browse files
committed
chore: update documentation references
1 parent 559b1c0 commit b17a668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/reader-activation/sync/class-contact-sync.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public static function handle_integration_sync( $timestamp, $data, $client_id )
162162
throw new \RuntimeException( sprintf( 'Integration "%s" not found.', sanitize_text_field( $integration_id ) ) ); // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped
163163
}
164164

165-
/** This filter is documented in includes/reader-activation/sync/class-esp-sync.php */
165+
/** This filter is documented in includes/reader-activation/sync/class-contact-sync.php */
166166
$contact = \apply_filters( 'newspack_esp_sync_contact', $contact, $context );
167167
$contact = Sync\Metadata::normalize_contact_data( $contact );
168168

@@ -190,7 +190,7 @@ public static function handle_integration_sync( $timestamp, $data, $client_id )
190190
* @return true|\WP_Error True if all succeeded, or WP_Error with combined messages.
191191
*/
192192
private static function push_to_integrations( $contact, $context, $existing_contact = null ) {
193-
/** This filter is documented in includes/reader-activation/sync/class-esp-sync.php */
193+
/** This filter is documented in includes/reader-activation/sync/class-contact-sync.php */
194194
$contact = \apply_filters( 'newspack_esp_sync_contact', $contact, $context );
195195
$contact = Sync\Metadata::normalize_contact_data( $contact );
196196

0 commit comments

Comments
 (0)