Changeset 11368
- Timestamp:
- 01/02/2017 10:01:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r11367 r11368 856 856 * 857 857 * @since 1.6.0 858 * @since 2.8.0 Added field ID.859 858 * 860 859 * @param string $retval Field visibility level. 861 * @param string $value Field ID. 862 */ 863 return apply_filters( 'bp_get_the_profile_field_visibility_level', $retval, $field->id ); 860 */ 861 return apply_filters( 'bp_get_the_profile_field_visibility_level', $retval ); 864 862 } 865 863
Note: See TracChangeset
for help on using the changeset viewer.