You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,23 +143,7 @@ public static function register_settings() {
122
143
}
123
144
124
145
publicstaticfunctionadd_settings_help_tab() {
125
-
\get_current_screen()->add_help_tab(
126
-
array(
127
-
'id' => 'overview',
128
-
'title' => \__( 'Overview', 'activitypub' ),
129
-
'content' =>
130
-
'<p>' . \__( 'ActivityPub is a decentralized social networking protocol based on the ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended standard published by the W3C Social Web Working Group. It provides a client to server API for creating, updating and deleting content, as well as a federated server to server API for delivering notifications and subscribing to content.', 'activitypub' ) . '</p>',
0 commit comments