Add "code" class to more URL input fields, props johnbillion, fixes #8383

git-svn-id: https://develop.svn.wordpress.org/trunk@10995 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-04-18 06:47:56 +00:00
parent 9df5870221
commit f9007b9ac8
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ else
<tr>
<th><label for="url"><?php _e('Website') ?></label></th>
<td><input type="text" name="url" id="url" value="<?php echo $profileuser->user_url ?>" class="regular-text" /></td>
<td><input type="text" name="url" id="url" value="<?php echo $profileuser->user_url ?>" class="regular-text code" /></td>
</tr>
<tr>