diff --git src/wp-admin/privacy.php src/wp-admin/privacy.php
index 8fec178..b68dba2 100644
|
|
|
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
| 165 | 165 | |
| 166 | 166 | ?> |
| 167 | 167 | </strong></p> |
| 168 | | <p> |
| 169 | | <?php |
| | 168 | <?php |
| | 169 | } |
| | 170 | ?> |
| | 171 | <p> |
| | 172 | <?php |
| 170 | 173 | |
| | 174 | printf( |
| 171 | 175 | /* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */ |
| 172 | | printf( |
| 173 | | __( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), |
| 174 | | admin_url( 'tools.php?wp-privacy-policy-guide' ), |
| 175 | | '', |
| 176 | | '' |
| 177 | | ); |
| | 176 | __( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), |
| | 177 | admin_url( 'tools.php?wp-privacy-policy-guide' ), |
| | 178 | '', |
| | 179 | '' |
| | 180 | ); |
| | 181 | |
| | 182 | ?> |
| | 183 | </p> |
| 178 | 184 | |
| 179 | | ?> |
| 180 | | </p> |
| 181 | | <?php |
| 182 | | } |
| 183 | | ?> |
| 184 | 185 | <hr> |
| 185 | 186 | <table class="form-table tools-privacy-policy-page"> |
| 186 | 187 | <tr> |