From b2a36092e53620ae01cee3cdadef748e8f49a909 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Tue, 4 Feb 2020 11:46:29 -0500 Subject: [PATCH] Compat: Add upstream patch ticket reference for URL polyfill --- lib/compat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat.php b/lib/compat.php index 3a2e679b0370f..99405ecaa5867 100644 --- a/lib/compat.php +++ b/lib/compat.php @@ -38,9 +38,9 @@ function gutenberg_safe_style_css_column_flex_basis( $attr ) { * * This can be removed when plugin support requires WordPress 5.4.0+. * + * @see https://core.trac.wordpress.org/ticket/49360 * @see https://developer.mozilla.org/en-US/docs/Web/API/URL/URL * @see https://developer.wordpress.org/reference/functions/wp_default_packages_vendor/ - * @see (TODO: Trac Ticket TBD) * * @since 7.3.0 *