Changeset 43171
- Timestamp:
- 05/04/2018 01:56:49 AM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/misc.php
r43151 r43171 1587 1587 * @since 4.9.6 1588 1588 * 1589 * @return string The defaul dpolicy content.1589 * @return string The default policy content. 1590 1590 */ 1591 1591 public static function get_default_content() { … … 1657 1657 1658 1658 '<h2>' . __( 'Additional information' ) . '</h2>' . 1659 '<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>' .1659 '<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>' . 1660 1660 1661 1661 '<h3>' . __( 'How we protect your data' ) . '</h3>' .
Note: See TracChangeset
for help on using the changeset viewer.