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 9784166 commit 0fcc055Copy full SHA for 0fcc055
activitypub.php
@@ -92,7 +92,7 @@ function plugin_settings_link( $actions ) {
92
$settings_link[] = \sprintf(
93
'<a href="%1s">%2s</a>',
94
\menu_page_url( 'activitypub', false ),
95
- \__( 'Settings', 'activitypub' ),
+ \__( 'Settings', 'activitypub' )
96
);
97
98
return \array_merge( $settings_link, $actions );
0 commit comments