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