mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Docs: Remove extra trailing spaces from wp_add_privacy_policy_content()
DocBlock to fix WPCS issues, apply minor formatting changes for consistency.
Follow-up to [47112]. See #49282. Built from https://develop.svn.wordpress.org/trunk@47113 git-svn-id: http://core.svn.wordpress.org/trunk@46913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
516629964c
commit
b79e042b00
@ -730,7 +730,7 @@ form#tags-filter {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat see #49282 */
|
||||
.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */
|
||||
.hide-privacy-policy-tutorial .privacy-policy-tutorial {
|
||||
visibility: hidden;
|
||||
}
|
||||
@ -739,7 +739,7 @@ form#tags-filter {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.wp-suggested-text p.wp-policy-help, /* For back-compat see #49282 */
|
||||
.wp-suggested-text p.wp-policy-help, /* For back-compat, see #49282 */
|
||||
.wp-suggested-text p.privacy-policy-tutorial {
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -729,7 +729,7 @@ form#tags-filter {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat see #49282 */
|
||||
.hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat, see #49282 */
|
||||
.hide-privacy-policy-tutorial .privacy-policy-tutorial {
|
||||
visibility: hidden;
|
||||
}
|
||||
@ -738,7 +738,7 @@ form#tags-filter {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.wp-suggested-text p.wp-policy-help, /* For back-compat see #49282 */
|
||||
.wp-suggested-text p.wp-policy-help, /* For back-compat, see #49282 */
|
||||
.wp-suggested-text p.privacy-policy-tutorial {
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -2257,10 +2257,10 @@ function plugin_sandbox_scrape( $plugin ) {
|
||||
* For more information see the Plugin Handbook:
|
||||
* https://developer.wordpress.org/plugins/privacy/suggesting-text-for-the-site-privacy-policy/.
|
||||
*
|
||||
* The HTML contents of the `$policy_text` supports use of a specialized `privacy-policy-tutorial` css class
|
||||
* which can be used to provide supplemental information. Any content contained within html elements
|
||||
* that have the `privacy-policy-tutorial` css class applied will be omitted from the clipboard
|
||||
* when the section content is copied.
|
||||
* The HTML contents of the `$policy_text` supports use of a specialized `.privacy-policy-tutorial`
|
||||
* CSS class which can be used to provide supplemental information. Any content contained within
|
||||
* HTML elements that have the `.privacy-policy-tutorial` CSS class applied will be omitted
|
||||
* from the clipboard when the section content is copied.
|
||||
*
|
||||
* Intended for use with the `'admin_init'` action.
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47112';
|
||||
$wp_version = '5.4-alpha-47113';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user