Making WordPress.org

Changeset 6880


Ignore:
Timestamp:
03/15/2018 02:08:21 PM (7 years ago)
Author:
iandunn
Message:

WordCamp SSL: Reenable certificate renewal for wordcampsf.org.

Its DNS entry is updated now, so it should work. wordcampsf.com still needs to be updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/lets-encrypt-helper.php

    r6859 r6880  
    6464            $domains[] = $blog['domain'];
    6565
    66             // While transitioning from city.wordcamp.org/year-extra
     66            // While transitioning from city.wordcamp.org/year-extra.
    6767            if ( preg_match( '#^([^\.]+)\.wordcamp.org/([0-9]{4}(?:-[^\.])?)/?$#i', $blog['domain'] . $blog['path'], $matches ) ) {
    6868                $domains[] = sprintf( '%s.%s.wordcamp.org', $matches[2], $matches[1] );
     
    8080             * @todo remove this once DNS is updated.
    8181             */
    82             unset( $back_compat_domains['wordcampsf.org'] );
    8382            unset( $back_compat_domains['wordcampsf.com'] );
    8483
Note: See TracChangeset for help on using the changeset viewer.