'description' => __( 'Links the media attachments from the source post to the destination post; media attachments are not duplicated.', 'multisite-language-switcher' )
28
];
29
}
30
31
public function import( array $data ) {
32
$this->logger->log_information(
33
'post-attachments',
34
__( 'Post attachments were left in place in the source blog and linked in the destination post.', 'multisite-language-switcher' )