Changeset 7868
- Timestamp:
- 11/16/2018 10:53:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-canonical-years/wc-canonical-years.php
r7867 r7868 73 73 printf( 74 74 '<link rel="canonical" href="%s" />' . "\n", 75 esc_url( trailingslashit( $latest_domain) )75 set_url_scheme( esc_url( trailingslashit( $latest_domain ) ) ) 76 76 ); 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.