mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Validation in wp_dropdown_users and the non-hierarchical taxonomy meta box. props ocean90, see #13383.
git-svn-id: https://develop.svn.wordpress.org/trunk@14931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -614,7 +614,7 @@ function wp_dropdown_users( $args = '' ) {
|
||||
if ( $multi && ! $id )
|
||||
$id = '';
|
||||
else
|
||||
$id = $id ? " id='" . esc_attr( $id ) . "'" : "id='$name'";
|
||||
$id = $id ? " id='" . esc_attr( $id ) . "'" : " id='$name'";
|
||||
|
||||
$output = "<select name='{$name}'{$id} class='$class'>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user