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:
dbe3aa7
)
More selection of fields
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 20 May 2015 20:27:13 +0000
(16:27 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 20 May 2015 20:27:13 +0000
(16:27 -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
af83d77
..
f55c6a0
100644
(file)
--- a/
views/admin_member_form_common_part.php
+++ b/
views/admin_member_form_common_part.php
@@
-27,10
+27,12
@@
</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>