From 0cc8e108c2bcfbff8f705d43c4b06f29f012708a Mon Sep 17 00:00:00 2001 From: azett Date: Sat, 15 Jan 2022 13:16:51 +0100 Subject: [PATCH] Plugin description updated --- fp-plugins/jquery/plugin.jquery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-plugins/jquery/plugin.jquery.php b/fp-plugins/jquery/plugin.jquery.php index e6ac632..d67ecbd 100644 --- a/fp-plugins/jquery/plugin.jquery.php +++ b/fp-plugins/jquery/plugin.jquery.php @@ -5,7 +5,7 @@ * Plugin URI: https://www.flatpress.org * Author: FlatPress * Author URI: https://www.flatpress.org - * Description: Provides jQuery locally. Part of the standard distribution. + * Description: Provides jQuery and jQueryUI locally. Part of the standard distribution. */ add_action('wp_head', 'plugin_jquery_head', 0);