Add "code" class to more URL input fields, props johnbillion, fixes #8383
git-svn-id: http://svn.automattic.com/wordpress/trunk@10995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -107,7 +107,7 @@ foreach ( array('user_login' => 'login', 'first_name' => 'firstname', 'last_name
|
||||
</tr>
|
||||
<tr class="form-field">
|
||||
<th scope="row"><label for="url"><?php _e('Website') ?></label></th>
|
||||
<td><input name="url" type="text" id="url" value="<?php echo $new_user_uri; ?>" /></td>
|
||||
<td><input name="url" type="text" id="url" class="code" value="<?php echo $new_user_uri; ?>" /></td>
|
||||
</tr>
|
||||
|
||||
<?php if ( apply_filters('show_password_fields', true) ) : ?>
|
||||
|
||||
Reference in New Issue
Block a user