From 778edf41ac978fd258d7c07da0349d72a4560525 Mon Sep 17 00:00:00 2001 From: Vishal Parmar Date: Fri, 1 Oct 2021 17:18:22 +0530 Subject: [PATCH] updated accordion file --- blog/wp-admin/js/accordion.js | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/blog/wp-admin/js/accordion.js b/blog/wp-admin/js/accordion.js index 0bec1ce..d842b4e 100644 --- a/blog/wp-admin/js/accordion.js +++ b/blog/wp-admin/js/accordion.js @@ -2,27 +2,7 @@ * Accordion-folding functionality. * * Markup with the appropriate classes will be automatically hidden, - * with one section opening at a time when its title is clicked. - * Use the following markup structure for accordion behavior: - * - *
- *
- *

- *
- *
- *
- *
- *

- *
- *
- *
- *
- *

- *
- *
- *
- *
- * + * with one section opening at a time when its title is clicked. * Note that any appropriate tags may be used, as long as the above classes are present. * * @since 3.6.0