fix lint issues (#406)
This commit is contained in:
parent
7aea1e8263
commit
c748d12d89
2 changed files with 2 additions and 1 deletions
|
@ -357,7 +357,7 @@ class Post {
|
||||||
|
|
||||||
$mentions = $this->get_mentions();
|
$mentions = $this->get_mentions();
|
||||||
if ( $mentions ) {
|
if ( $mentions ) {
|
||||||
foreach ( $mentions as $mention => $url ) {
|
foreach ( $mentions as $url ) {
|
||||||
$cc[] = $url;
|
$cc[] = $url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
<?php
|
<?php
|
||||||
echo wp_kses(
|
echo wp_kses(
|
||||||
\sprintf(
|
\sprintf(
|
||||||
|
/* translators: the placeholder is the Site Health URL */
|
||||||
\__(
|
\__(
|
||||||
'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).',
|
'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).',
|
||||||
'activitypub'
|
'activitypub'
|
||||||
|
|
Loading…
Reference in a new issue