From 73e2a6ae126dd52ca60b0337c0cfe66aab446410 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 23 Jun 2008 21:51:47 +0000 Subject: [PATCH] Remove colons from field names. Props thee17. fixes #7158 git-svn-id: https://develop.svn.wordpress.org/trunk@8174 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/user-edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index c9828469a9..e7a30cd515 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -318,11 +318,11 @@ $show_password_fields = apply_filters('show_password_fields', true); if ( $show_password_fields ) : ?> - +

-

+

@@ -342,7 +342,7 @@ if ( $show_password_fields ) :
- +
caps as $cap => $value) {