diff -Naur wordpress-meta/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-template.php wordpress-meta/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-template.php
|
|
|
624 | 624 | <?php if ( isset( $custom_fields[ 'URL' ][0] ) && '' != str_replace( 'http://', '', $custom_fields[ 'URL' ][0] ) ) : ?> |
625 | 625 | <p> |
626 | 626 | Website: |
627 | | <a href="<?php echo esc_attr( esc_url( $custom_fields[ 'URL' ][0] ) ); ?>"><?php echo esc_html( esc_url( $custom_fields[ 'URL' ][0] ) ); ?></a> |
| 627 | <a href="<?php echo esc_url( $custom_fields[ 'URL' ][0] ); ?>"><?php echo esc_url( $custom_fields[ 'URL' ][0] ); ?></a> |
628 | 628 | </p> |
629 | 629 | <?php endif; ?> |
630 | 630 | |