From fb99bd8ba21b1bb2eca6b58fe5d75b6d26a51599 Mon Sep 17 00:00:00 2001 From: Matthew Batchelder Date: Sat, 28 Sep 2024 14:19:09 -0400 Subject: [PATCH] Update src/Assets/Asset.php Co-authored-by: Gustavo Bordoni --- src/Assets/Asset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Assets/Asset.php b/src/Assets/Asset.php index 683d6aa..eff3a46 100644 --- a/src/Assets/Asset.php +++ b/src/Assets/Asset.php @@ -1334,6 +1334,7 @@ public function print_before( $thing ) { * Enqueue the asset. * * @since 1.0.0 + * @since 1.3.1 Returns itself to enable chaining. * * @return static */