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();
|
||||
if ( $mentions ) {
|
||||
foreach ( $mentions as $mention => $url ) {
|
||||
foreach ( $mentions as $url ) {
|
||||
$cc[] = $url;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
<?php
|
||||
echo wp_kses(
|
||||
\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).',
|
||||
'activitypub'
|
||||
|
|
Loading…
Reference in a new issue