Changeset 9736 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar.php
- Timestamp:
- 04/16/2020 03:19:59 AM (5 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
r8656 r9736 11 11 12 12 $widget_args = array( 13 'before_title' => '<h 3class="widget-title">',14 'after_title' => '</h 3>',13 'before_title' => '<h2 class="widget-title">', 14 'after_title' => '</h2>', 15 15 ); 16 16 … … 19 19 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Ratings', array(), $widget_args ); 20 20 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Contributors', array(), array( 21 'before_title' => '<h 4class="widget-title">',22 'after_title' => '</h 4>',21 'before_title' => '<h2 class="widget-title">', 22 'after_title' => '</h2>', 23 23 'before_widget' => '<div id="plugin-contributors" class="widget plugin-contributors">', 24 24 'after_widget' => '</div>',
Note: See TracChangeset
for help on using the changeset viewer.