Skip to content

Commit c748d12

Browse files
authored
fix lint issues (#406)
1 parent 7aea1e8 commit c748d12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

includes/transformer/class-post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ protected function get_cc() {
357357

358358
$mentions = $this->get_mentions();
359359
if ( $mentions ) {
360-
foreach ( $mentions as $mention => $url ) {
360+
foreach ( $mentions as $url ) {
361361
$cc[] = $url;
362362
}
363363
}

templates/welcome.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<?php
8888
echo wp_kses(
8989
\sprintf(
90+
/* translators: the placeholder is the Site Health URL */
9091
\__(
9192
'If you have problems using this plugin, please check the <a href="%s">Site Health</a> page to ensure that your site is compatible and/or use the "Help" tab (in the top right of the settings pages).',
9293
'activitypub'

0 commit comments

Comments
 (0)