diff --git a/wp-admin/erase-personal-data.php b/wp-admin/erase-personal-data.php index cc731d44f1..b79b34fc12 100644 --- a/wp-admin/erase-personal-data.php +++ b/wp-admin/erase-personal-data.php @@ -41,8 +41,8 @@ get_current_screen()->add_help_tab( ); $privacy_policy_guide = '
' . sprintf( - /* translators: 1: URL to Privacy Policy Guide screen. */ - __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Eraser tool. This information may be available in the Privacy Policy Guide.' ), + /* translators: %s: URL to Privacy Policy Guide screen. */ + __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Eraser tool. This information may be available in the Privacy Policy Guide.' ), admin_url( 'options-privacy.php?tab=policyguide' ) ) . '
'; diff --git a/wp-admin/export-personal-data.php b/wp-admin/export-personal-data.php index 94dad25075..e1f4fd255f 100644 --- a/wp-admin/export-personal-data.php +++ b/wp-admin/export-personal-data.php @@ -41,8 +41,8 @@ get_current_screen()->add_help_tab( ); $privacy_policy_guide = '' . sprintf( - /* translators: 1: URL to Privacy Policy Guide screen. */ - __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Exporter tool. This information may be available in the Privacy Policy Guide.' ), + /* translators: %s: URL to Privacy Policy Guide screen. */ + __( 'If you are not sure, check the plugin documentation or contact the plugin author to see if the plugin collects data and if it supports the Data Exporter tool. This information may be available in the Privacy Policy Guide.' ), admin_url( 'options-privacy.php?tab=policyguide' ) ) . '
'; diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index 6f91c3a7ea..d1d27f704d 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -5429,7 +5429,7 @@ function wp_ajax_send_password_reset() { if ( true === $results ) { wp_send_json_success( - /* translators: 1: User's display name. */ + /* translators: %s: User's display name. */ sprintf( __( 'A password reset link was emailed to %s.' ), $user->display_name ) ); } else { diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index b475900fac..c7d6a00f44 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1403,8 +1403,8 @@ function wp_print_community_events_templates() {display_name ) ); ?>
diff --git a/wp-content/themes/twentynineteen/template-parts/content/content-none.php b/wp-content/themes/twentynineteen/template-parts/content/content-none.php index f18b5a75e7..f529814a12 100644 --- a/wp-content/themes/twentynineteen/template-parts/content/content-none.php +++ b/wp-content/themes/twentynineteen/template-parts/content/content-none.php @@ -22,8 +22,8 @@ printf( '' . wp_kses( - /* translators: 1: Link to WP admin new post page. */ - __( 'Ready to publish your first post? Get started here.', 'twentynineteen' ), + /* translators: %s: Link to WP admin new post page. */ + __( 'Ready to publish your first post? Get started here.', 'twentynineteen' ), array( 'a' => array( 'href' => array(), diff --git a/wp-content/themes/twentytwentyone/template-parts/content/content-none.php b/wp-content/themes/twentytwentyone/template-parts/content/content-none.php index b724f2b37f..7d34f47adc 100644 --- a/wp-content/themes/twentytwentyone/template-parts/content/content-none.php +++ b/wp-content/themes/twentytwentyone/template-parts/content/content-none.php @@ -39,8 +39,8 @@ ' . wp_kses( - /* translators: 1: Link to WP admin new post page. */ - __( 'Ready to publish your first post? Get started here.', 'twentytwentyone' ), + /* translators: %s: Link to WP admin new post page. */ + __( 'Ready to publish your first post? Get started here.', 'twentytwentyone' ), array( 'a' => array( 'href' => array(), diff --git a/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php b/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php index caae0c1dfb..7920edeb51 100644 --- a/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php +++ b/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php @@ -12,14 +12,25 @@