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
'Are you ready to publish?' : __('Are you ready to republish your post?','duplicate-post'),
36
36
'Double-check your settings before publishing.':
37
-
createInterpolateElement(
37
+
safeCreateInterpolateElement(
38
38
__('After republishing your changes will be merged into the original post and you\'ll be redirected there.<br /><br />Do you want to compare your changes with the original version before merging?<br /><br /><button>Save changes and compare</button>',
39
39
'duplicate-post'),
40
40
{
@@ -49,7 +49,7 @@ const republishStrings = {
49
49
50
50
'Are you ready to schedule?' : __('Are you ready to schedule the republishing of your post?','duplicate-post'),
51
51
'Your work will be published at the specified date and time.':
52
-
createInterpolateElement(
52
+
safeCreateInterpolateElement(
53
53
__('You\'re about to replace the original with this rewritten post at the specified date and time.<br /><br />Do you want to compare your changes with the original version before merging?<br /><br /><button>Save changes and compare</button>',
0 commit comments