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
We recently passed the 4 year anniversary of this message being part of the Offline screen! 🎉 It is hard-coded into the offline template and not super simple to remove on a site, so I am curious if it is still relevant or if there are concrete plans to surface recent cached posts or something on that screen. If not, I think it probably makes sense to remove that line, especially since I imagine the majority of people that see the screen are site visitors who don't know what it means to be able to "edit recent drafts in Gutenberg".
The text was updated successfully, but these errors were encountered:
Actually, that error message regarding editing drafts in Gutenberg is restricted to the offline page served to the wp-admin. So it shouldn't be shown to site visitors on the frontend.
Regardless, there aren't concrete plans so this line could be deleted:
$content .= sprintf( '<p>%s</p>', esc_html__( 'In the future, this error screen could provide you with actions you can perform while offline, like edit recent drafts in Gutenberg.', 'pwa' ) );
We recently passed the 4 year anniversary of this message being part of the Offline screen! 🎉 It is hard-coded into the offline template and not super simple to remove on a site, so I am curious if it is still relevant or if there are concrete plans to surface recent cached posts or something on that screen. If not, I think it probably makes sense to remove that line, especially since I imagine the majority of people that see the screen are site visitors who don't know what it means to be able to "edit recent drafts in Gutenberg".
The text was updated successfully, but these errors were encountered: