Changeset 43279
- Timestamp:
- 05/15/2018 07:26:04 PM (7 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/forms.css
r43278 r43279 1493 1493 1494 1494 /* Privacy Policy settings screen */ 1495 .tools-privacy-policy-page form.wp-create-privacy-page { 1496 margin-bottom: 1em; 1497 } 1498 1495 1499 .tools-privacy-policy-page input#set-page, 1496 1500 .tools-privacy-policy-page select { 1497 1501 margin: 10px 0 0; 1502 } 1503 1504 .tools-privacy-policy-page .wp-create-privacy-page span { 1505 display: block; 1506 margin-bottom: 1em; 1507 } 1508 1509 .tools-privacy-policy-page .wp-create-privacy-page .button { 1510 margin-left: 0; 1498 1511 } 1499 1512 -
trunk/src/wp-admin/privacy.php
r43250 r43279 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.