Changeset 6482 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar-advanced.php
- Timestamp:
- 01/31/2018 02:40:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar-advanced.php
r6284 r6482 30 30 'before_title' => '<h4 class="widget-title">', 31 31 'after_title' => '</h4>', 32 'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors read-more" aria-expanded="false">',33 'after_widget' => sprintf( '</div><button type="button" class="button-link section-toggle" aria-controls="plugin-contributors">%s</button>', __( 'View more', 'wporg-plugins' ) ),32 'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors">', 33 'after_widget' => '</div>', 34 34 ) );
Note: See TracChangeset
for help on using the changeset viewer.