Merge pull request #263 from Tofandel/patch-1

Add a `puc_get_vcs_service` filter
This commit is contained in:
Yahnis Elsts 2019-02-26 12:36:10 +02:00 committed by GitHub
commit 7a3527ce55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -207,8 +207,8 @@ if ( !class_exists('Puc_v4p5_Factory', false) ):
$service = $knownServices[$host]; $service = $knownServices[$host];
} }
} }
return $service; return apply_filter('puc_get_vcs_service', $service, $host, $path, $metadataUrl);
} }
/** /**