Changeset 43280 for branches/4.9
- Timestamp:
- 05/15/2018 07:42:20 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/css/forms.css
r43271 r43280 1485 1485 1486 1486 /* Privacy Policy settings screen */ 1487 .tools-privacy-policy-page form.wp-create-privacy-page { 1488 margin-bottom: 1em; 1489 } 1490 1487 1491 .tools-privacy-policy-page input#set-page, 1488 1492 .tools-privacy-policy-page select { 1489 1493 margin: 10px 0 0; 1494 } 1495 1496 .tools-privacy-policy-page .wp-create-privacy-page span { 1497 display: block; 1498 margin-bottom: 1em; 1499 } 1500 1501 .tools-privacy-policy-page .wp-create-privacy-page .button { 1502 margin-left: 0; 1490 1503 } 1491 1504 -
branches/4.9/src/wp-admin/privacy.php
r43252 r43280 205 205 <?php endif; ?> 206 206 207 <form method="post" action="">207 <form class="wp-create-privacy-page" method="post" action=""> 208 208 <input type="hidden" name="action" value="create-privacy-page" /> 209 209 <span>
Note: See TracChangeset
for help on using the changeset viewer.