- Timestamp:
- 06/02/2024 05:55:08 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-telephone.php
r13806 r13898 140 140 public static function display_filter( $field_value, $field_id = '' ) { 141 141 $url = wp_strip_all_tags( $field_value ); 142 $parts = parse_url( $url );142 $parts = wp_parse_url( $url ); 143 143 144 144 // Add the tel:// protocol to the field value.
Note: See TracChangeset
for help on using the changeset viewer.