Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • wp-6.8.1
  • renovate/roots-wordpress-6.x
  • theme-link-folio
  • footnotes-made-easy
  • wordpress-full
  • creativecommons
  • debug
  • back-to-hyperdb
  • 23theme-child
  • responsive-twentyten
  • wpgancio
  • logo-login
  • twentytwentytwochild
  • noblogs-5.6.1c
15 results

0052-fix-ssl-wp-content-url.patch

Blame
    • lucha's avatar
      03830d1d
      Patch definition of WP_CONTENT_URL to include SSL when it might not · 03830d1d
      lucha authored
      This is almost useless. WP_CONTENT_URL is a deprecated constant only used in one theme, elegant-grunge. The definition is based on the output get_option('siteurl'), which I think should also be set to the https address. Nonetheles, just to be safe, let's keep this patch for the moment, but we should check if we can drop it.
      03830d1d
      History
      Patch definition of WP_CONTENT_URL to include SSL when it might not
      lucha authored
      This is almost useless. WP_CONTENT_URL is a deprecated constant only used in one theme, elegant-grunge. The definition is based on the output get_option('siteurl'), which I think should also be set to the https address. Nonetheles, just to be safe, let's keep this patch for the moment, but we should check if we can drop it.