Help/About: Text consistency follow-up to [58018].
Follow up to [58018]. Remove extra 'support for' from Export help link text. Props sabernhardt. Fixes #60097. Built from https://develop.svn.wordpress.org/branches/6.5@58019 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
031702359a
commit
1ed114d588
|
@ -56,7 +56,7 @@ get_current_screen()->add_help_tab(
|
||||||
'content' =>
|
'content' =>
|
||||||
'<p>' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Export Personal Data request should include data from plugins as well.' ) . '</p>' .
|
'<p>' . __( 'Many plugins may collect or store personal data either in the WordPress database or remotely. Any Export Personal Data request should include data from plugins as well.' ) . '</p>' .
|
||||||
$privacy_policy_guide .
|
$privacy_policy_guide .
|
||||||
'<p>' . __( 'If you are a plugin author, you can learn more about <a href="https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-exporter-to-your-plugin/">how to add support for the Personal Data Exporter to a plugin</a>.' ) . '</p>',
|
'<p>' . __( 'If you are a plugin author, you can learn more about <a href="https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-exporter-to-your-plugin/">how to add the Personal Data Exporter to a plugin</a>.' ) . '</p>',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5.3-alpha-58018';
|
$wp_version = '6.5.3-alpha-58019';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue