Changeset 43242 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 05/11/2018 03:07:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r43223 r43242 1692 1692 public static function get_default_content( $descr = false ) { 1693 1693 $suggested_text = $descr ? '<strong class="privacy-policy-tutorial">' . __( 'Suggested text:' ) . ' </strong>' : ''; 1694 $content = ''; 1694 1695 1695 1696 // Start of the suggested privacy policy text. 1696 $content = 1697 '<div class="wp-suggested-text">' . 1697 $descr && $content .= 1698 '<div class="wp-suggested-text">'; 1699 $content .= 1698 1700 '<h2>' . __( 'Who we are' ) . '</h2>'; 1699 1701 $descr && $content .= … … 1808 1810 '<h3>' . __( 'Industry regulatory disclosure requirements' ) . '</h3>'; 1809 1811 $descr && $content .= 1810 '<p class="privacy-policy-tutorial">' . __( 'If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.' ) . '</p>'; 1811 $content .= 1812 '<p class="privacy-policy-tutorial">' . __( 'If you are a member of a regulated industry, or if you are subject to additional privacy laws, you may be required to disclose that information here.' ) . '</p>' . 1812 1813 '</div>'; 1813 1814 // End of the suggested privacy policy text.
Note: See TracChangeset
for help on using the changeset viewer.