Changeset 1652
- Timestamp:
- 06/09/2015 02:13:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-template.php
r1491 r1652 464 464 $wordcamp_id = wcpt_get_wordcamp_id(); 465 465 466 return apply_filters( 'wcpt_get_wordcamp_url', get_post_meta( $wordcamp_id, 'URL', true) );466 return apply_filters( 'wcpt_get_wordcamp_url', set_url_scheme( get_post_meta( $wordcamp_id, 'URL', true ), 'https' ) ); 467 467 } 468 468
Note: See TracChangeset
for help on using the changeset viewer.