Changeset 9462
- Timestamp:
- 02/04/2020 12:21:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r9461 r9462 364 364 // If the regular expression for this route is not matching, it's the canonical. 365 365 if ( false === stripos( WP_WPOrg_SSO::$matched_route_regex, '(' ) ) { 366 $canonical = site_url( WP_WPOrg_SSO::$matched_route_regex );366 $canonical = site_url( WP_WPOrg_SSO::$matched_route_regex ?: '/' ); 367 367 } 368 368
Note: See TracChangeset
for help on using the changeset viewer.