Changeset 43170 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 05/04/2018 01:55:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r43150 r43170 1636 1636 * @since 4.9.6 1637 1637 * 1638 * @return string The defaul dpolicy content.1638 * @return string The default policy content. 1639 1639 */ 1640 1640 public static function get_default_content() { … … 1706 1706 1707 1707 '<h2>' . __( 'Additional information' ) . '</h2>' . 1708 '<p class="wp-policy-help">' . __( 'If you use your website for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy notice in addition to the information we have already discussed. </p>' ) . '</p>' .1708 '<p class="wp-policy-help">' . __( 'If you use your website for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy notice in addition to the information we have already discussed.' ) . '</p>' . 1709 1709 1710 1710 '<h3>' . __( 'How we protect your data' ) . '</h3>' .
Note: See TracChangeset
for help on using the changeset viewer.