Changeset 47112
- Timestamp:
- 01/26/2020 11:00:54 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/vendor/tinymce/skins/wordpress/wp-content.css
r46586 r47112 266 266 } 267 267 268 /* Special styling for the suggestes policy text tutorial sections after they have been pasted in the editor. */269 p.wp-policy-help {270 background-color: #ff0;271 }272 273 268 /** 274 269 * WP Views -
trunk/src/wp-admin/css/edit.css
r47072 r47112 730 730 } 731 731 732 .hide-privacy-policy-tutorial .wp-policy-help, /* For back-compat see #49282 */ 732 733 .hide-privacy-policy-tutorial .privacy-policy-tutorial { 733 734 visibility: hidden; … … 738 739 } 739 740 741 .wp-suggested-text p.wp-policy-help, /* For back-compat see #49282 */ 740 742 .wp-suggested-text p.privacy-policy-tutorial { 741 743 font-style: normal; -
trunk/src/wp-admin/includes/plugin.php
r47060 r47112 2258 2258 * https://developer.wordpress.org/plugins/privacy/suggesting-text-for-the-site-privacy-policy/. 2259 2259 * 2260 * The HTML contents of the `$policy_text` supports use of a specialized `privacy-policy-tutorial` css class 2261 * which can be used to provide supplemental information. Any content contained within html elements 2262 * that have the `privacy-policy-tutorial` css class applied will be omitted from the clipboard 2263 * when the section content is copied. 2264 * 2260 2265 * Intended for use with the `'admin_init'` action. 2261 2266 *
Note: See TracChangeset
for help on using the changeset viewer.