Removed standard phone field from admin form
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 21 May 2015 13:24:45 +0000 (09:24 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 21 May 2015 13:24:45 +0000 (09:24 -0400)
views/admin_member_form_common_part.php

index f55c6a0..af83d77 100644 (file)
                        </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>