We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d43fb commit a9a2128Copy full SHA for a9a2128
unmus_activitypub.php
@@ -32,7 +32,7 @@ function unmus_federated_comment_remove_account( $comment_text, $comment = null
32
33
$pos=strpos($comment_text, $handle);
34
35
- if($pos==0) {
+ if($pos===0) {
36
$comment_text = substr_replace($comment_text, '<p>', $pos, strlen($handle));
37
}
38
0 commit comments