diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section.php
index cebb291..3bcfb2f 100644
a
|
b
|
global $section, $section_slug, $section_content, $section_read_more; |
22 | 22 | class="plugin-<?php echo esc_attr( $section_slug ); ?> section <?php if ( $section_read_more ) { echo 'read-more'; } ?>" |
23 | 23 | > |
24 | 24 | <h2 id="<?php echo esc_attr( $section_slug . '-header' ); ?>"><?php echo $section['title']; ?></h2> |
| 25 | <a href="#<?php echo esc_attr( $prefix.$section_slug ); ?>" class="anchor"><span aria-hidden="true" class="dashicons dashicons-admin-links"></span><span class="screen-reader-text"><?php echo $section['title']; ?></span></a> |
| 26 | |
25 | 27 | <?php echo $section_content; ?> |
26 | 28 | </div> |
27 | 29 | <?php if ( $section_read_more ) : ?> |