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
'Every WordPress.com site runs the latest WordPress version (%s). For testing purposes, you can switch to the beta version of the next WordPress release on <a>your staging site</a>.'
122
-
),
123
-
getFormattedWordPressVersion(site)
114
+
<Notice>
115
+
<VStack>
116
+
<Textas="p">
117
+
{sprintf(
118
+
// translators: %s: WordPress version, e.g. 6.8
119
+
__('Every WordPress.com site runs the latest WordPress version (%s).'),
120
+
getFormattedWordPressVersion(site)
121
+
)}
122
+
</Text>
123
+
{site.is_wpcom_atomic&&(
124
+
<Textas="p">
125
+
{createInterpolateElement(
126
+
__(
127
+
'Switch to a <a>staging site</a> to test a beta version of the next WordPress release.'
124
128
),
125
129
{
126
-
// TODO: use correct staging site URL when it's available.
0 commit comments