Changeset 45835 for branches/5.2/src/wp-admin/privacy.php
- Timestamp:
- 08/19/2019 04:14:38 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/privacy.php
r44971 r45835 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.