Changeset 57295
- Timestamp:
- 01/16/2024 05:29:58 PM (9 months ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-privacy.php
r56570 r57295 271 271 </th> 272 272 <td> 273 <form class="wp-create-privacy-page" method="post" action="">273 <form class="wp-create-privacy-page" method="post"> 274 274 <input type="hidden" name="action" value="create-privacy-page" /> 275 275 <?php … … 294 294 </th> 295 295 <td> 296 <form method="post" action="">296 <form method="post"> 297 297 <input type="hidden" name="action" value="set-privacy-page" /> 298 298 <?php -
trunk/src/wp-admin/widgets-form.php
r56573 r57295 479 479 <?php if ( $is_inactive_widgets ) { ?> 480 480 <div class="remove-inactive-widgets"> 481 <form action=""method="post">481 <form method="post"> 482 482 <p> 483 483 <?php -
trunk/src/wp-login.php
r57142 r57295 365 365 ?> 366 366 <div class="language-switcher"> 367 <form id="language-switcher" action=""method="get">367 <form id="language-switcher" method="get"> 368 368 369 369 <label for="language-switcher-locales">
Note: See TracChangeset
for help on using the changeset viewer.