Changeset 6880
- Timestamp:
- 03/15/2018 02:08:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/lets-encrypt-helper.php
r6859 r6880 64 64 $domains[] = $blog['domain']; 65 65 66 // While transitioning from city.wordcamp.org/year-extra 66 // While transitioning from city.wordcamp.org/year-extra. 67 67 if ( preg_match( '#^([^\.]+)\.wordcamp.org/([0-9]{4}(?:-[^\.])?)/?$#i', $blog['domain'] . $blog['path'], $matches ) ) { 68 68 $domains[] = sprintf( '%s.%s.wordcamp.org', $matches[2], $matches[1] ); … … 80 80 * @todo remove this once DNS is updated. 81 81 */ 82 unset( $back_compat_domains['wordcampsf.org'] );83 82 unset( $back_compat_domains['wordcampsf.com'] ); 84 83
Note: See TracChangeset
for help on using the changeset viewer.