Changeset 7865
- Timestamp:
- 11/16/2018 10:36:40 PM (7 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
r466 r7865 30 30 31 31 // match xxxx.city.wordcamp.org 32 if ( ! preg_match( '/^([0-9]{4})+\.((.+)\.wordcamp\.(lo|dev| org))$/i', $_SERVER['HTTP_HOST'], $matches ) )32 if ( ! preg_match( '/^([0-9]{4})+\.((.+)\.wordcamp\.(lo|dev|test|org))$/i', $_SERVER['HTTP_HOST'], $matches ) ) 33 33 return; 34 34
Note: See TracChangeset
for help on using the changeset viewer.