Ticket #58226: 58226.2.diff
| File 58226.2.diff, 1.7 KB (added by , 22 months ago) |
|---|
-
src/wp-admin/options-privacy.php
270 270 </label> 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 276 276 wp_nonce_field( 'create-privacy-page' ); … … 293 293 </label> 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 299 299 wp_dropdown_pages( -
src/wp-admin/widgets-form.php
478 478 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 484 484 $attributes = array( 'id' => 'inactive-widgets-control-remove' ); -
src/wp-login.php
364 364 if ( ! empty( $languages ) ) { 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"> 370 370 <span class="dashicons dashicons-translation" aria-hidden="true"></span>