Changeset 8338
- Timestamp:
- 05/01/2014 10:42:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r8336 r8338 1515 1515 1516 1516 <label for="<?php bp_the_profile_field_input_name(); ?>_day"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 1517 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 1517 1518 1518 1519 <select <?php echo $day_html; ?>> … … 1739 1740 1740 1741 <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 1742 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 1741 1743 <?php bp_the_profile_field_options( "user_id={$user_id}" ); ?> 1742 1744 … … 1876 1878 1877 1879 <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 1880 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 1878 1881 <?php bp_the_profile_field_options( "user_id={$user_id}" ); 1879 1882 … … 2020 2023 ?> 2021 2024 <label for="<?php bp_the_profile_field_input_name(); ?>[]"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 2025 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 2022 2026 <select <?php echo $html; ?>> 2023 2027 <?php bp_the_profile_field_options( "user_id={$user_id}" ); ?> … … 2164 2168 ?> 2165 2169 <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 2170 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 2166 2171 <select <?php echo $html; ?>> 2167 2172 <?php bp_the_profile_field_options( "user_id={$user_id}" ); ?> … … 2303 2308 ?> 2304 2309 <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 2310 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 2305 2311 <textarea <?php echo $html; ?>><?php bp_the_profile_field_edit_value(); ?></textarea> 2306 2312 <?php … … 2385 2391 ?> 2386 2392 <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 2393 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 2387 2394 <input <?php echo $html; ?>> 2388 2395 <?php … … 2464 2471 ?> 2465 2472 <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php esc_html_e( '(required)', 'buddypress' ); ?><?php endif; ?></label> 2473 <?php do_action( bp_get_the_profile_field_errors_action() ); ?> 2466 2474 <input <?php echo $html; ?>> 2467 2475 <?php
Note: See TracChangeset
for help on using the changeset viewer.