Make WordPress Core


Ignore:
Timestamp:
05/26/2010 04:01:14 AM (15 years ago)
Author:
nacin
Message:

Validation in wp_dropdown_users and the non-hierarchical taxonomy meta box. props ocean90, see #13383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r14779 r14931  
    615615            $id = '';
    616616        else
    617             $id = $id ? " id='" . esc_attr( $id ) . "'" : "id='$name'";
     617            $id = $id ? " id='" . esc_attr( $id ) . "'" : " id='$name'";
    618618
    619619        $output = "<select name='{$name}'{$id} class='$class'>\n";
Note: See TracChangeset for help on using the changeset viewer.