Changeset 6284 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar.php
- Timestamp:
- 12/18/2017 05:42:35 PM (7 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.php
r5399 r6284 15 15 ); 16 16 17 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Meta', 17 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Meta', array(), $widget_args ); 18 18 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Ratings', array(), $widget_args ); 19 19 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Contributors', array(), array( 20 'before_title' => '<h4 class="widget-title">',21 'after_title' => '</h4>',20 'before_title' => '<h4 class="widget-title">', 21 'after_title' => '</h4>', 22 22 'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors read-more" aria-expanded="false">', 23 'after_widget' => sprintf( '</div><button type="button" class="button-link section-toggle" aria-controls="plugin-contributors">%s</button>', __( 'View more', 'wporg-plugins' ) ),23 'after_widget' => sprintf( '</div><button type="button" class="button-link section-toggle" aria-controls="plugin-contributors">%s</button>', __( 'View more', 'wporg-plugins' ) ), 24 24 ) ); 25 25 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Support', array(), $widget_args ); 26 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Donate', 26 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Donate', array(), $widget_args );
Note: See TracChangeset
for help on using the changeset viewer.