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:
azaozz
2009-04-18 06:47:56 +00:00
parent 86645292ff
commit 67d841770a
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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) ) : ?>