Skip to content

Commit 0fcc055

Browse files
committed
PHPCS fixes
1 parent 9784166 commit 0fcc055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activitypub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function plugin_settings_link( $actions ) {
9292
$settings_link[] = \sprintf(
9393
'<a href="%1s">%2s</a>',
9494
\menu_page_url( 'activitypub', false ),
95-
\__( 'Settings', 'activitypub' ),
95+
\__( 'Settings', 'activitypub' )
9696
);
9797

9898
return \array_merge( $settings_link, $actions );

0 commit comments

Comments
 (0)