Skip to content

Commit

Permalink
Change fallback URL to wpspecialprojects.com
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-allen committed Jan 26, 2024
1 parent cc80122 commit d4db5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colophon.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function team51_credits( $args = array() ) {

$credit_links = array();
$parsed_url = wp_parse_url( get_site_url(), PHP_URL_HOST );
$partner_domain = $parsed_url ? $parsed_url : 'wpspecialprojects.wordpress.com';
$partner_domain = $parsed_url ? $parsed_url : 'wpspecialprojects.com';

if ( $args['wpcom'] ) {
$wpcom_link = apply_filters(
Expand Down

0 comments on commit d4db5ad

Please sign in to comment.