From e4bdbf07033ff3c7bd654d5bd1ea6ee74c53e907 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 12 Aug 2024 11:59:26 -0600 Subject: [PATCH] add docblock --- web/app/mu-plugins/filters.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/app/mu-plugins/filters.php b/web/app/mu-plugins/filters.php index a761eeef..545f4c55 100644 --- a/web/app/mu-plugins/filters.php +++ b/web/app/mu-plugins/filters.php @@ -97,6 +97,12 @@ function fix_core_resource_urls( string $url ) : string { return __normalize_wp_url( $new_url ); } +/** + * Filters to run fix_core_resource_urls on to fix the core resource URLs. + * + * @since 1.2.1 + * @see fix_core_resource_urls + */ function filter_core_resource_urls() { $filters = [ 'script_loader_src',