- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/xprofile/template-tags.php
r11856 r11899 3 3 * xProfile Template tags 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Fire specific hooks into the single members xprofile templates. 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 * 16 16 * @param string $when Optional. Either 'before' or 'after'. … … 38 38 * Template tag to output the field visibility markup in edit and signup screens. 39 39 * 40 * @since 1.0.040 * @since 3.0.0 41 41 */ 42 42 function bp_nouveau_xprofile_edit_visibilty() { … … 53 53 * Fires after the visibility options for a field. 54 54 * 55 * @since 1.1.055 * @since 3.0.0 56 56 */ 57 57 do_action( 'bp_custom_profile_edit_fields' ); … … 62 62 * profile fields added to it for the registration screen. 63 63 * 64 * @since 1.0.064 * @since 3.0.0 65 65 */ 66 66 function bp_nouveau_base_account_has_xprofile() {
Note: See TracChangeset
for help on using the changeset viewer.