Ticket #30126: 30126.widgets.patch
| File 30126.widgets.patch, 527 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/class-wp-customize-widgets.php
956 956 957 957 call_user_func_array( 'wp_widget_control', $args ); 958 958 $replacements = array( 959 '<form action=""method="post">' => '<div class="form">',959 '<form method="post">' => '<div class="form">', 960 960 '</form>' => '</div><!-- .form -->', 961 961 ); 962 962