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
* Onboarding: Improve troubleshooting UI
* Add changelog
* Fix phpcs issues
* Update includes/wp-admin/class-welcome-fields.php
Co-authored-by: Konstantin Obenland <[email protected]>
* use admin notice hook and place to show troubleshoot
* remove old tests
---------
Co-authored-by: Konstantin Obenland <[email protected]>
\__( 'ActivityPub needs SEO-friendly URLs to work properly. Please <a href="%s">update your permalink structure</a> to an option other than Plain.', 'activitypub' ),
/* translators: the placeholder is the Site Health URL */
203
-
\__(
204
-
'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).',
/* translators: the placeholders are the number of critical and recommended issues on the site. */
218
+
\__(
219
+
'<strong>Important:</strong> There are <span class="count">%1$d</span> critical and <span class="count">%2$d</span> recommended issues affecting your site’s compatibility with the fediverse. Please check the <a href="%3$s">Site Health</a> page to resolve these issues.',
0 commit comments