projects
/
WP-Plugins
/
simple-membership.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344cb2b
)
Removed standard phone field from admin form
author
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 21 May 2015 13:24:45 +0000
(09:24 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Thu, 21 May 2015 13:24:45 +0000
(09:24 -0400)
views/admin_member_form_common_part.php
patch
|
blob
|
history
diff --git
a/views/admin_member_form_common_part.php
b/views/admin_member_form_common_part.php
index
f55c6a0
..
af83d77
100644
(file)
--- a/
views/admin_member_form_common_part.php
+++ b/
views/admin_member_form_common_part.php
@@
-27,12
+27,10
@@
</select>
</td>
</tr>
--->
<tr>
<th scope="row"><label for="phone"><?php echo BUtils::_('Phone') ?> </label></th>
<td><input class="regular-text" name="phone" type="text" id="phone" value="<?php echo esc_attr($phone); ?>" /></td>
</tr>
-<!--
<tr>
<th scope="row"><label for="address_street"><?php echo BUtils::_('Street') ?> </label></th>
<td><input class="regular-text" name="address_street" type="text" id="address_street" value="<?php echo esc_attr($address_street); ?>" /></td>