Changeset 45416 for trunk/src/wp-admin/privacy.php
- Timestamp:
- 05/25/2019 03:18:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/privacy.php
r45384 r45416 192 192 193 193 <hr> 194 <table class="form-table tools-privacy-policy-page" >194 <table class="form-table tools-privacy-policy-page" role="presentation"> 195 195 <tr> 196 <th scope="row"> 196 <th scope="row"><label for="page_for_privacy_policy"> 197 197 <?php 198 198 if ( $privacy_policy_page_exists ) { … … 202 202 } 203 203 ?> 204 </ th>204 </label></th> 205 205 <td> 206 206 <?php … … 219 219 ?> 220 220 <form method="post" action=""> 221 <label for="page_for_privacy_policy">222 <?php _e( 'Select an existing page:' ); ?>223 </label>224 221 <input type="hidden" name="action" value="set-privacy-page" /> 225 222 <?php
Note: See TracChangeset
for help on using the changeset viewer.