- Timestamp:
- 05/18/2019 06:57:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/functions.php
r12156 r12397 1162 1162 'class' => '', 1163 1163 ), 1164 'signup_password' => array( 1165 'label' => __( 'Choose a Password', 'buddypress' ), 1166 'required' => true, 1167 'value' => '', 1168 'attribute_type' => 'password', 1169 'type' => 'password', 1170 'class' => 'password-entry', 1171 ), 1172 'signup_password_confirm' => array( 1173 'label' => __( 'Confirm Password', 'buddypress' ), 1174 'required' => true, 1175 'value' => '', 1176 'attribute_type' => 'password', 1177 'type' => 'password', 1178 'class' => 'password-entry-confirm', 1179 ), 1164 'signup_password' => array(), 1165 'signup_password_confirm' => array(), 1180 1166 ), 1181 1167 'blog_details' => array( … … 1257 1243 'attributes' => array( 1258 1244 'name' => 'signup_submit', 1259 'id' => 's ignup_submit',1245 'id' => 'submit', 1260 1246 'value' => __( 'Complete Sign Up', 'buddypress' ), 1261 1247 ),
Note: See TracChangeset
for help on using the changeset viewer.