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
@@ -203,7 +202,7 @@ function duplicate_post_migrate_show_links_in_options( $defaults ) {
203
202
}
204
203
205
204
/**
206
-
* Shows the update notice.
205
+
* Shows the welcome notice.
207
206
*
208
207
* @global string $wp_version The WordPress version string.
209
208
*/
@@ -220,43 +219,21 @@ function duplicate_post_show_update_notice() {
220
219
return;
221
220
}
222
221
223
-
$class = 'notice is-dismissible';
224
-
$message = '<p><strong>' . sprintf(
225
-
/* translators: %s: Yoast Duplicate Post version. */
226
-
__( "What's new in Yoast Duplicate Post version %s:", 'duplicate-post' ),
227
-
DUPLICATE_POST_CURRENT_VERSION
228
-
) . '</strong> ';
229
-
$message .= __( 'improved compatibility with PHP 8.0 and fixes for some bugs regarding translations and the Rewrite & Republish feature.', 'duplicate-post' )
0 commit comments