Making WordPress.org

Changeset 7868


Ignore:
Timestamp:
11/16/2018 10:53:43 PM (8 years ago)
Author:
iandunn
Message:

WordCamp Canonical Years: Set HTTPS scheme for links.

See #3815
Props @jonoaldersonwp, iandunn

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  
    7373                        printf(
    7474                                '<link rel="canonical" href="%s" />' . "\n",
    75                                 esc_url( trailingslashit( $latest_domain ) )
     75                                set_url_scheme( esc_url( trailingslashit( $latest_domain ) ) )
    7676                        );
    7777                }
Note: See TracChangeset for help on using the changeset viewer.